Site logo

Archived topic

Can't remove padding on Sider theme

6 replies · Started by Guillaume on April 7, 2022

Viewing posts 1–7 of 7

Hello,

Can you please provide css to remove the paddings or margins on the Sider theme?

I'm actually testing this site with Sider theme from the Generate press library
https://test.un-nid-en-alsace.fr/

I'd like this site to like the original one:
https://un-nid-en-alsace.fr/

As you can see, it's a full width page...

Thank you
GC

Hi there,

Try removing this CSS in Additional CSS field in the customizer:

.no-sidebar:not(.archive):not(.blog) .inside-article > *, 
.no-sidebar:not(.archive):not(.blog) #comments,
.no-sidebar:not(.archive):not(.blog) .paging-navigation {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

Let me know if this helps :)

Hi there,

go to Customizer > Additional CSS, look for the CSS that Leo shared, and DELETE IT

LOL
so used to add css in the additional CSS...
This is perfectly working.
Thank you both

Thanks

You're welcome

This archived topic is closed to new replies.