Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1399956

    Hi guys,

    I reduced the whitespace on the homepage: It looks good.
    I chose no padding, but on the mobile version it looks bad:

    How can I increase the whitespace/padding on the mobile version, and keep the homepage whitespace the same?

    Thanks in regards.

    • This topic was modified 1 year, 2 months ago by Emanon.
    • This topic was modified 1 year, 2 months ago by Emanon.
    • This topic was modified 1 year, 2 months ago by Emanon.
    #1399984

    Hey Emanon,
    Please try this css:

    @media only screen and (max-width: 767px) {
    #top #wrap_all #latest_articles_section {
        padding-bottom: 40px;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1400225

    Thank you very much! Thread can be closed.

    #1400237

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Increase whitespace (on mobile only)’ is closed to new replies.