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

    I can’t seem to get less space between the sections here?
    On the home page it’s bette, but setting are the same. What am I missing?
    /Andreas

    #1316434

    Hey Andreas,

    Sections have a default padding of 50px on top and bottom. If you want to get rid of that, then you can assign them a CSS class in the element options. For example, section-no-padding, then you can use CSS like this:

    .section-no-padding .template-page {
      padding: 0 !important;
    }

    Best regards,
    Rikard

    #1316440

    It’s fine now – thanks ;)

    #1316527

    Hi hegartpetersen,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Too much whitespace’ is closed to new replies.