How to remove the sidebar top padding above the header menu (white in the screenshot)
1) Sidebar was diactivated
2) Header was set to transparent + glossy
Hey maximusinvestment,
I’m not sure I fully understand your intentions, could you post a screenshot highlighting your intentions please?
Best regards,
Rikard
I mean the white bar above the slider. After checking the css this seems to be the padding of the sidebar which is actually deactivated.
Just check the website address I’ve provided.
Hi,
Thanks for the screenshot and the link to your site, please try this code in the General Styling ▸ Quick CSS field:
#top.home #main .container_wrap_first > .container > .content {
padding-top: 0;
}
After applying the css, please clear your browser cache and check.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
Mike
Thanks, it helped partly. I’ve just added a second language and sourced the same problem again. Is this some kind of bug?
Hi,
For your other language page try this css:
#top.page-id-1382 #main .container_wrap_first > .container > .content {
padding-top: 0;
}
I add the page ID because I don’t think you want this to occur on pages without the revolution slider, I not sure why this is occurring, it is probably related to your revolution slider as I have not seen it elsewhere.
Best regards,
Mike