Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #458803

    hi there – on mobile, the referenced site needs a bit of space at the bottom of each post listing in each magazine element – can you provide some CSS fix for this? thanks!

    #459149

    Hey charger70!

    I’m not sure on what page I can find the page in your screenshot? Also, it looks like you are not using the Enfold theme on that page?

    Cheers!
    Rikard

    #459423
    This reply has been marked as private.
    #459434

    Hi!

    Please check the link once again, page cannot be found. Also active theme is not Enfold

    Cheers!
    Yigit

    #459447
    This reply has been marked as private.
    #459462

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    .av-magazine-entry {
      margin-bottom: 25px;
    }}

    Regards,
    Yigit

    #459471

    hi yigit – that added space, but i’d rather have space BETWEEN the last line of words in the (usually) three-sentence stack, and the horizontal rule.

    the change actually added space below the rule, further pushing down / non-horizontally aligning the next listing with its thumbnail. please see attached by what i mean.

    #459476

    maybe the option is to push down the thumbnail?

    #459855

    Hey!

    Please try adding the following as well:

    @media only screen and (max-width: 768px) {
    .av-magazine-content-wrap {
      padding-bottom: 20px !important;
    }
    }

    Cheers!
    Rikard

    #460090

    thank you, that worked well!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘extra space at the bottom of each magazine post listing’ is closed to new replies.