Tagged: bug, single post, template
-
AuthorPosts
-
September 27, 2018 at 2:31 pm #1015299
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,
MarcSeptember 27, 2018 at 4:47 pm #1015381Hey 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,
VictoriaSeptember 27, 2018 at 5:14 pm #1015392Thank 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.September 28, 2018 at 4:31 pm #1015781Hi Marc,
Well, can you please disable css merging so that we can see where the code is coming from?
Best regards,
VictoriaSeptember 28, 2018 at 4:38 pm #1015784Sure, 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.
September 29, 2018 at 4:42 pm #1016079Hi 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,
VictoriaSeptember 29, 2018 at 7:43 pm #1016152Sure, here you go.
October 1, 2018 at 7:00 am #1016434Hi,
Thanks for the update. We’ll report the issue to the dev team. You can use the css code for now.
Best regards,
IsmaelOctober 1, 2018 at 9:44 am #1016489Great, this ticket can then be closed now.
October 1, 2018 at 10:04 am #1016512 -
AuthorPosts
- The topic ‘Negative margin-bottom of featured image div on single post swallows text’ is closed to new replies.
