slider is not full width
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
3Hi 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.
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.
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.