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
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 !
Yes that worked great. Could you show me how to do the same thing for the right sidebar? Many thanks!
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 !
thanks a lot. that worked perfectly! thanks for all your great templates and especially for the excellent service. kind regards…
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.
@tcarman, Please tell me detail about this issue, you can send me your site an a screenshot for further checking.
regards,
Please login or Register to submit your answer