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

    Good evening,

    right now my homepage is actually looking quite okay for desktop… but if I switch to mobile/tablet the whitespaces seem to “explode”.
    So: Which sections do I need to edit?

    Thanks in advance! :)

    #1178340

    Hey zonkbros,

    Which white space in particular are you looking to remove? Please try to as specific as possible.

    Best regards,
    Rikard

    #1178971

    Hey Rikard,

    as you can see in the picture: Every whitespace between a preceding text block and a subsequent H2-Heading differs slightly.
    If I use a button, the whitespaces seem to be fine.

    Best,
    zonkbros

    #1179297

    Hi,

    Thanks for that. Please try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .av-special-heading {
        margin-top: 0 !important;
    }
    }

    Best regards,
    Rikard

    #1179344

    Hey Rikard, thanks for your help. This worked so far!
    In the attached Image I marked some more spaces I want to “control”.
    Can you maybe give me a hint on how to change these? Especially for 2 and 4 I have no clue were they are coming from.

    • This reply was modified 4 years, 7 months ago by zonkbros.
    #1179707

    Hi,

    Thanks for that. Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .hr {
        margin: 0;
    }
    .av-special-heading {
        padding-bottom: 0;
    }
    }

    Best regards,
    Rikard

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