Sidebar
-
On my WordPress.com site at teamingrid.com, I would like to remove the sidebar from my theme Eventbrite Single Event. Can you please give me the CSS to do this?
The blog I need help with is: (visible only to logged in users)
-
If you look at your page under WP-Admin, go to “Edit”, then check out your page attributes. Have you tried changing the page template from “Default Template” to “Full Width Page”? That did it for me!
-
Hi there, you can try the following, but the one thing it does is to make the text content very wide, and in general, for ease of reading, it is best to keep text content between 500 and 650px in width. The one thing that puzzles me is that the image on your front page doesn’t center, and it is set with center alignment. If I look at that post in your post editor, it does appear centered. I’m looking into that further and will get back to you once I have it figured out.
-
Oops, here is the code.
.span4 { display: none; } .span8 { width: 100%; } .main-container .container::after { background: none; } -
@ingridruss31, to fix the issue with centered images not centering on your site, add the following to your custom CSS. I have filed a bug report on this with the developers and a permanent fix will be coming, but in the meantime this will fix the issue for you.
img.aligncenter { display: block; margin: 10px auto; }
- The topic ‘Sidebar’ is closed to new replies.