Archived topic
Body content needs to be left aligned
7 replies · Started by Damon on May 8, 2018
Hi there,
I'm trying to left align the body. It appears to be "sort of" center aligned. Can't quite figure out how to fix it. Appreciate your help!
Hi there,
That's weird. Looks like something is hiding the left sidebar.
Can you try #1 here to eliminate plugin conflicts first?
https://docs.generatepress.com/article/debugging-tips/
I left the left widget bar empty. Thank you. That was part of the issue. I just populated it with a calendar. Now it's no longer lopsided. However, it's still centered. Is there an easy way to left align?
Not quite sure if I understand. So you want the content container on the left of the container and all of right side blank?
http://www.screencast.com/t/gZidUI6FF
Yes, I want the body container hugging the left side, rather than centered. Same as my top menu.
Like this?:
.grid-container {
margin-left: 0;
}
Yes perfect. Thank you!
You're welcome :)