Tagged: customization
Hello Support Team,
i have a question about the layerslider plugin and the appearance on one of my websites.
There is already a similar case here in the forum. However, the CSS code doesn’t seem to work in posts.
I already used this code for one of my pages but this code does not work with blog posts:
#top.page-id-8986 .ls-overflow-visible {
padding-top: 0px!important;
padding-bottom: 0px!important;
}
The layerslider is on the post page and has a padding of 50px at the top and bottom. I don’t know how to remove this with CSS. All other data in the private section.
Yours sincerely
Leon Grage
Hey leongrage,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Of course!
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.single-post .template-page {
padding: 0 !important;
}
Best regards,
Rikard
Thanks for your reply but the code didn’t change anything :/
Hi,
You have minification active, please disable that and any caching you might have activate as well.
Best regards,
Rikard
Thanks! Now to works just fine!