Archived topic
sidebar not flush against screen
12 replies · Started by Robert on June 2, 2017
How to i get the sidebar to move flush against the right side without the white space inbetween the side of the screen and the sidebar, please
Thanks
Robert

Hi Robert,
Any chance you can link me to your site?
Hi Robert,
For the sidebar (https://www.howtoscreenprint.com/product-category/screen-printing-emulsion/), it currently has 5px of padding in Customizer > Layout > Container > Content padding.
Then there is the margin on both side for the Container Width which you can adjust in Customizer > Layout > Container as well.
Let me know if this helps.
Thanks Leo
I am on my way to try now, will keep you updated.
so it made no difference if i set all padding to 0 or moved it up higher, it must be a conflict between woocommerce and generate press or beaverbuilder


https://postimg.org/gallery/1j0dnlafk/
not sure why the photos dont khow here is the link to the images
Have you tried changing the Container Width with Customizer > Layout > Container?
Or maybe I'm misunderstanding what you are hoping to achieve?
i am trying to get rid of the space on the right

This is what I see: https://s4.postimg.org/qpxa12gzh/2017-06-03_0947.png
The white space is on both sides. You can remove them by changing the Container Width in Customizer > Layout > Container.
Or are you only wanting to remove the white space on the right?
only the right
Ok then the site wouldn't be centered. But try this:
.site.container.grid-container {
margin-right: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
thank you Leo I will give it a try