Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #853544

    Is there a way to reduce the padding/spacing after the blog element for my mobile view? When you view on a mobile phone, there is a lot of extra white space after the date of a blog entry and the next element.

    #854262

    Hey dorikoren,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .home #av_section_1 .entry-content-wrapper > .hr {
        margin-top: 0 !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    #859004

    Sorry but that didn’t work. There is still extra spacing between the various elements. It is especially noticeable on mobile view.

    #859006

    It’s the spacing right after date of the blog entries. For example, see homepage after the first entry under “April 4, 2017”

    #859088

    Hi,

    Please try the following to see if you have any luck with it:

    @media only screen and (max-width: 767px) {
    .home .el_after_av_blog {
      height:0 !important;
      max-height:0 !important;
    }
    }

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.