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

    Hi,

    Firstly, thank you for the amazing support!

    I am using whitespace separators of 20 px, however, the space between the sections doesn’t become smaller than around 50px. How could I fix this and make the space smaller?

    Thank you in advance!
    Best,
    Anton

    #872066

    Hey tonydobrevski,

    Please try the following in Quick CSS under Enfold->General Styling:

    .content {
      paddding:0 !important;
    }

    Best regards,
    Rikard

    #872173

    Hi Rikard,

    Unfortunately, nothing changed after I added this to the Quick CSS. Is there another way to do it?

    Thank you in advance!
    Best,
    Anton

    #872441

    Hi,

    Sorry, one D too many in that code :D
    Try this instead please:

    .content {
      padding:0 !important;
    }

    Best regards,
    Rikard

    #872502

    Hi Rikard,

    I didn’t see that either :D The code did the work. Thank you for the support! You can close this topic.

    Best,
    Anton

    #872684

    Hi Anton,

    Great, glad you got it working. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Whitespace doesn't become smaller’ is closed to new replies.