• Anam

    (@laamashdotcom)


    Hi, I am having a little problem. I have all my blog on this page: http://seen2help.co.uk/category/blog/

    I have recent post widget on the right hand side, unfortunately it is very much to top in the grey area. I am a little bit confused of how to resolve this issue.

    I would like to move the widget to down a bit or remove the whole grey area. Please can anyone help me of what needs to be changed?

    Thanks for your help

Viewing 5 replies - 1 through 5 (of 5 total)
  • kmessinger

    (@kmessinger)

    You need to have a child theme, http://codex.wordpress.org/Child_Themes
    and in the style sheet there add .widget {margin-top: 80px;}

    Thread Starter Anam

    (@laamashdotcom)

    Thanks Kmessinger,

    I am very new to this coding bit, where exactly i have to add .widget {margin-top: 80px;} ?

    kmessinger

    (@kmessinger)

    See the link above. You need to add a child theme which will have a style sheet style.css and then add the css to that. It will over-ride the themes css.

    Thread Starter Anam

    (@laamashdotcom)

    Thanks, I have done it. Appreciate your help.

    kmessinger

    (@kmessinger)

    The reason you use child themes is that when your theme is updated any changes you make to the themes css will be over-written. That won’t happen to the child theme.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Widget placement’ is closed to new replies.