M H Magazine, how to align widgets.

  • Unknown's avatar

    Hi.

    I’m using M H Magazine with http://psicologiadelexito.com and would like the red line beneath the widgets on the right hand side to always be aligned.

    At the moment, the Google+ and Follow buttons are causing them to be slightly misaligned.

    What can I do?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hey there @mariokaizen!

    I see your problem. That bugs me too!

    In order to fix this, you will have to purchase the WordPress Premium plan in order to edit the CSS of this theme.

    To do this, go to your sidebar on your admin page, click “Store” and then select the Premium plan.

    I hope this helps you out!

  • Unknown's avatar

    Hi, Jsase5:

    I already have the Premium plan and can edit the CSS.

    I just don’t know how to edit it. What code do I have to insert?

    Thanks.

  • Unknown's avatar

    You will have to edit the CSS code of the Google+ button.

    Looking at your source code, I believe the height of your Google+ button is 24px. Try changing it to 22px and see how that looks.

  • Unknown's avatar

    On second thought, change it to 20px.

    Your WordPress button on the next sidebar is formatted to a height of 20px.

    I hope this fixes your problem.

    Have a great day!

  • Unknown's avatar

    Thanks, but how do I do it?

    What code do I have to insert on the CSS section?

    Thank you in advance.

  • Unknown's avatar

    Hi there.

    You can make the Google+ and Follow buttons equal in height by using the following CSS snippet:

    .sb-widget:first-child {
      height: 31px;
    }

    Please note, the above CSS will only work if Google+ and Follow Buttons are the first widgets in your sidebar areas.

    Hope this helps! If you have any other CSS questions then please don’t hesitate to post here again. :)

  • The topic ‘M H Magazine, how to align widgets.’ is closed to new replies.