This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

11
  1. Daniel Staff 10 years, 10 months ago

    Hi Jarrett DeLuca

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

    Looking forward to hearing from you

  2. Jarrett DeLuca Private 10 years, 10 months ago

    This is a private message.

  3. Daniel Staff 10 years, 10 months ago

    Hi Jarrett DeLuca

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    #main {
     padding: 0px !important;
    }

    Try that out

    Cheers

  4. Jarrett DeLuca 10 years, 10 months ago

    That worked. Thanks!

  5. Daniel Staff 10 years, 10 months ago

    Perfect :-)

    Always feel free to open a new thread whenever you require support

    Cheers

  6. Jarrett DeLuca 10 years, 10 months ago

    This is a related question…when using page builder to make my home page, there seems to be extra space between each new row. Is there a way to delete this space too? I have tried deleting the bottom margin in the live editor, but that doesn’t seem to work.

  7. Daniel Private Staff 10 years, 10 months ago

    This is a private message.

  8. Jarrett DeLuca Private 10 years, 10 months ago

    This is a private message.

  9. Andrew Misplon Staff 10 years, 10 months ago

    Hey Jarrett

    Could you perhaps let us know an example of a row you’re looking to remove margin / padding on? I’ll try work that specifically as an example.

    Thanks

  10. Jarrett DeLuca 10 years, 10 months ago

    For example, the space below the first blue/purple row and why choose us.

  11. Andrew Misplon Staff 10 years, 10 months ago

    Thanks.

    Right now if you edit the wrong by clicking on the wrench on the far right it’s possible to set padding under the Layout tab. From the next version of Page Builder we should have that updated to include top right bottom left, right now there is only one setting for all round padding.

    As an alternative, try the following under Appearance > Custom CSS:

    /* Home */
    .home.layout-full .panel-row-style {
      padding: 0 1000px 0 1000px;
    }
    #pg-83-1 {
    	margin-top: -15px;
    }

    You’ll then need to go into each widget and add back the padding you need, also from the Layout tab.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread