• Resolved gianni2010

    (@gianni2010)


    Hi

    I need to delete the default 100 px bottom padding to a div. The panel controls both top and bottom padding. Is it possible?
    thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor alexgso

    (@alexgso)

    Hi gianni2010,

    This spacing is being added by your theme. You can override it by opening a row and heading over to the row styles sidebar. Set the Top/Bottom Padding to 0.

    Unfortunately, there isn’t a direct way to override this spacing without removing the ability to add row padding so you’ll need to apply the padding directly to the widget instead – really sorry about this.

    Please add (and adjust) the following CSS to WP Admin > Appearance > Custom CSS:

    .panel-grid.panel-has-style>.panel-row-style {
    	padding-top: 0;
    	padding-bottom: 0;
    }

    You might also need to install the SiteOrigin CSS Editor.

Viewing 1 replies (of 1 total)
  • The topic ‘bottom padding’ is closed to new replies.