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.

slider is not full width

9 years ago · Last reply by Alex S 9 years ago

Hi.

I try to get the sides to come right out to the edges, I have put it to full wide but it is not going to fill out to the sides.
the pages i surf-it.dk

I hope you can help.
greeting
Alex

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Alex S Staff 9 years, 9 months ago

    Hi Alex,

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

    .siteorigin-panels-stretch {
    	padding-right: 0 !important;
    	padding-left:  0 !important;
    }

    You might also need to install the SiteOrigin CSS Editor.

  2. alex403a 9 years, 9 months ago

    Thank you it worked :)

    Can you also tell me how I get it to fill so the fit at the top, I’ve tried “”padding-top: 0 !important;” but it does not work.

  3. Alex S Staff 9 years, 9 months ago

    Hi Alex403a

    The theme you’re using adds roughly 20px of margin between the header and the content. You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .home #main-wrapper {
      margin-top: 0;
    }

    If you would like it to affect all pages (that CSS will only affect the homepage), please remove the .home class.

    You might also need to install the SiteOrigin CSS Editor.

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