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;} ?
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.
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.