Tagged: bug, single post, template
Hello together,
When I was testing your various single post style templates from Enfold Theme Options > Blog Layout > Single Post Style (e. g. Multi Author Blog), I realized that some of my text was missing.
This happened because the featured image container initially has a negative margin-bottom value assigned:
<div class="big-preview multi-big>
XXX
</div>
#top .fullsize .template-blog .big-preview.multi-big {
margin-bottom: -48px;
}
I have tested this without any plugins, an empty Quick CSS field and no other adaptions assigend.
I also know, I can fix the margin myself, but that seems to be a bug, doesn’t it?
Best regards,
Marc
Hey Marc,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .fullsize .template-blog .big-preview.multi-big {
margin-bottom: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you for the note but I just wanted to point out this bug, as this is something that should probably be fixed in one of your next updates.
I didn’t see any dedicated form for reporting bugs.
Hi Marc,
Well, can you please disable css merging so that we can see where the code is coming from?
Best regards,
Victoria
Sure, I just did and the negative margin-bottom came from the following selector in “blog.css?ver=4.9.8:75”:
#top .fullsize .template-blog .big-preview.multi-big {
margin-bottom: -48px;
padding: 0;
width: 100%;
I hope this helps.
Hi Marc,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
I need to check other settings, I do not get the same code on my instance.
Best regards,
Victoria
Sure, here you go.
Hi,
Thanks for the update. We’ll report the issue to the dev team. You can use the css code for now.
Best regards,
Ismael
Great, this ticket can then be closed now.