Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1026068

    Hi there,

    I have an issue with a whitespace still being shown on mobile screen (iPhone 7) although I have have ticked of the little checkbox where it says “hide on smaller screens”.

    Hopefully you can help.

    Best regards
    Jerome

    #1026733

    Hey elsadenmark,

    Please let us know if you want us to help you adjust margins and paddings.

    Best regards,
    Victoria

    #1027360

    I might have described the issue somewhat badly. The issue remains – the whitespace is still shown on mobile devices although I have checked the little checkbox where it says “hide on mobile screens” – please see attached screenshot.

    The second link shows a screenshot where I simply removed the whitespace and in the screenshot you can see, that there is less space once I removed the whitespace element.

    Best regards
    Jerome

    #1028069

    Hi elsadenmark,

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

    @media only screen and (max-width:767px) {
      .home #av_section_1 .content.av-content-full {
        padding: 0;
      }
    
      .home #av_section_1 .av-special-heading {
        margin-top: 30px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1032127

    Worked perfectly. Thanks Nikko!!

    #1032447

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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