Replies: 0
Hi,
How can I remove the white space under the logo and primary menu on blog posts?
I used this for pages and it works great, but I can’t seem to figure out the right code for blog posts:
/* Removes space under logo and menu on pages*/
body.page #content .main .pageclass {
padding-top: 0;
}
Thank you!
Laura