Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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,
    Marc

    #1015381

    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

    #1015392

    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.

    #1015781

    Hi Marc,

    Well, can you please disable css merging so that we can see where the code is coming from?

    Best regards,
    Victoria

    #1015784

    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.

    #1016079

    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

    #1016152

    Sure, here you go.

    #1016434

    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

    #1016489

    Great, this ticket can then be closed now.

    #1016512

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Negative margin-bottom of featured image div on single post swallows text’ is closed to new replies.