chris clark
asked 10 years ago

Thanks very much for your continued support. Could you kindly tell me if it’s possible to remove the line and the white space above my menu on the left sidebar at http://www.christopherjamesclark.com/blog/
I would like to have the menu top-aligned with the text for first blog post and the image in the right sidebar.
Thanks very much

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can add the following code to the style.css file:

.site-nav .widget { 
border-top: none;
      margin-top: 0;
      padding-top: 0;
}

Hope this helps !

chris clark
replied 10 years ago

Yes that worked great. Could you show me how to do the same thing for the right sidebar? Many thanks!

Dominic Staff
replied 10 years ago

To resolve this issue, you can add the following code to the style.css file:
#secondary .widget {border-top: none; margin-top: 0px; padding-top: 0px; }
#secondary .widget:first-child {
border-top: none !important;
margin-top: 0 !important;
padding-top: 0 !important;
}
Hope this helps !

chris clark
replied 10 years ago

thanks a lot. that worked perfectly! thanks for all your great templates and especially for the excellent service. kind regards…

tcarman
replied 9 years ago

How can I adjust the padding on other pages? I have implemented the summarised reading view on my home page and have found that there is a large amount of white space between each post.

Thanks.

dominic Staff
replied 9 years ago

@tcarman, Please tell me detail about this issue, you can send me your site an a screenshot for further checking.
regards,

Powered by DW Question & Answer Pro