Archived topic
Sidebar position
3 replies · Started by _blank on April 19, 2017
Hi
I’d like to control the position of the left sidebar (forced to far left on all pages)
I’ve set my Homepage as full width and the sidebar is perfect!
I’ve set some of my individual pages as contained. Container width is 1280px.
(I want to keep my text width max 1280px on large devices)
Only problem is the sidebar is kinda centred to the layout and not far left. Is there a way to force it?
Please see example here
About page
http://dev.mackiedesigncompany.com/wp/about/
http://dev.mackiedesigncompany.com/wp/design-centre-2/
Home page
http://dev.mackiedesigncompany.com/wp/
Many Thanks
Scott
Hi Scott,
Are you basically wanting the entire site to the left?
If so, try this CSS:
.grid-container {
margin-left: 0;
}
Hi Tom,
Yes, perfect that worked!
I like the easy ones :)
Regards
Scott
Me too! :)