help centering content
-
Hi,
I am trying to center the content of my landing page. I have hiden the widgets and am wondering if it is possible to center the content as if the sidebar didn’t exist?the blog I am working on is uncommongrounddance.com.
thank you very much in advance
The blog I need help with is: (visible only to logged in users)
-
I checked http://uncommongrounddance.com/ and you still have stuff in a left column — I see a black menu that says “Blog” in it right now. You can hide that and center the main text column by adding this example to your Appearance > Customize > CSS editor:
.sidebar_left { display: none; } .content, .footer { float: none; margin: 0 auto; }
- The topic ‘help centering content’ is closed to new replies.