Change Section Spacing

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15898
    amjaved
    Member

    Is there a way to change the spacing between “Page Sections”. You indicated in the answer to a similar question that a single line of custom css entered in theme options will do it – what exactly?

    I tried:

    #remove_padding {
    padding: 0!important
    }

    but that didn’t work.

    #15917
    Veena
    Moderator

    You can use this –

    .segment {
        padding: 20px 0;
    }
    

    Currently segment padding is 90px. Kindly adjust the padding accordingly.

    #15932
    amjaved
    Member

    Thank you, that worked beautifully!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Section Spacing’ is closed to new replies.