• my site is not yet published so I hope this makes sense.
    Im using the live editor to build the pages and i cant seem to work out how to make the spaces inbetween each section smaller. It saying i can choose from top, bottom left and right but ive tried a million times and i cant get it to work. I just want there to be less white space between each section.

Viewing 1 replies (of 1 total)
  • Hello there,

    Each row has default 100px top and bottom padding. To override and set lower value, you can use this CSS code:

    
    .panel-row-style {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    } 
    

    Add it to Appearance > Customize > Additional CSS from dashboard.

    Regards,
    Kharis

Viewing 1 replies (of 1 total)

The topic ‘spaces when using the live editor’ is closed to new replies.