Sam
(@soumendra)
Hello,
You can try this in your Custom CSS for achieving that:
.site-content {
text-align: center;
}
Hope that helps you, feel free to ask if there is any other problem.
Thank you.
Thread Starter
willp
(@willp)
Thanks for the suggestion. I think you meant “align: left” since that’s what we really needed to do. I tried that and it still doesn’t work. There is still some
on the left hand side of the “frame” for any body content. It definitely will “center,” of course. But even when I left align, the padding is there and thus the alignment is still off. (Not straight all the way down from logo, to menu, to body text, to footer text.
Appreciate the try.
Thread Starter
willp
(@willp)
I fixed it myself actually. Couldn’t figure out how to move “body text” content over to the left, but figured out how to shift logo and menu to the right *enough* to align all up. One just has to add a line for padding at the end of the code as I did below. Then adjust the number until all looks properly justified/lined up down the page.
.primary-navigation li {
border: 0;
display: inline-block;
height: 1rem;
line-height: 0.625rem;
position: relative;
text-align: left;
padding-left: .97rem;