• I’m trying to remove the margins inbetween the slider and the page content, as well as between the page content and the footer. You can see the example here:

    View post on imgur.com

    I’m sure there’s some custom css that can be added but nothing I’ve tried so far has worked. Any help? I’m using Customizr Pro

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Jeremy,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Advanced Options > Additional CSS field:

    .container[role=main] {
      margin-top:  0;
    }
    
    #content, #main-wrapper {
      padding-bottom:  0;
    }
    
    section.post-content {
      margin-bottom:  0;
    }

    Thanks!

    Thread Starter jeremyinetusa

    (@jeremyinetusa)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing page margins’ is closed to new replies.