Archived topic
Alignment of sidebar/container at the left side of the screen
5 replies · Started by Wina Neuser on May 27, 2019
Is it possible to align my left-sidebar + container at the left side of the screen?
Hi there,
Can you guide me to a page where the left sidebar is used?
Let me know :)
Hi Leo,
here a link to a test site: http://s715406423.online.de/sidebarcontainer
The sidebar + content (= container). The container (sidebar + content) is aligned in the center, but I would like to center it at the left (see picture on the site http://s715406423.online.de/sidebarcontainer).
... and the responsive design shall be still ensured.
Many thanks for your support
Tom
Try this CSS:
.site.grid-container {
margin-left: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
thanks a lot - that is the solution for my problem
No problem :)