Adjusting height of sidebar widget

  • Posted in : Responsy WP
  • Michiel
    Participant

    Hi,

    I want to position the sidebar widget a little higher on my pages, such as http://www.usense.nl/search. Only 20 pixels or so. Can you tell me how it’s done?

    ahmetsali
    Keymaster

    Hi, paste the code below to the Custom CSS box;

    .sidebar .widget { margin-top:30px; }
    
    Michiel
    Participant

    Thanks! Great support!

    Michiel
    Participant

    But now it changed on the blog page too… I would like to have the blog height widget remain the same. so only adjust height of normal sidebar widget, not blog widget.

    ahmetsali
    Keymaster

    Hmm, i see, here is an another solution, delete the custom css code i gave you in my first post, and go and edit search page, in the editor area switch to “HTML” tab, and add an inline style padding-top:22px; to the h4 which is at the top of your content, then it should look like this;

    <h4 style="text-align: justify; padding-top: 22px;">
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Responsy WP’ is closed to new topics and replies.