Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1089464

    Hey there,

    I would like to shorten the distance between elements in different sections (e.g. on the starting page) between first image and the “image menu” underneath. Especially on mobile, there is too much space. How do you choose the elements and make them appear closer to each other? I bet there is more than one way – which one would you prefer?

    Thanks in advance!

    Kind regards
    Marcel

    #1089672

    Hey Marcel,

    It’s defined in css, you can add this css code in Quick CSS, located in Enfold > General Styling:

    #top .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    The default padding is 50px top and bottom, just adjust it as you see fit.
    Hope this helps.

    Best regards,
    Nikko

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