Hi,
1. i would like to have the content span as wide as the preview image
and
2. i would like to disable the lightbox and the overlay completly on the preview/header image when the single post is displayed.
I already tried it with
#top .wp-caption.aligncenter { width: auto !important; }
but it didn’t work.
Best Regards,
Shashahan
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }
2-
.single-post .big-preview.single-big { pointer-events: none; }
Best regards,
Yigit
Hey!
Try adding this code to the Quick CSS:
.single div.big-preview.single-big {
pointer-events: none;
}
#top.single .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 100%;
}
#top.single .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}
.single div.comment_container.eleven.units {
margin-left: 0;
width: 100%;
}
Cheers!
Josue
Thank you very much, works like a charm.
Best Regards,
Shashahan