How do I completely remove sidebar from website?
-
I would like to customize my motif theme website by removing the right side bar completely so that the main gallery spans the entire front page.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Sure! You can do this if you edit CSS. Please go to Appearance > Customize > CSS and remove the informational content. Then, try adding this:
.content-area { margin: 34px 0 34px 34px; width: 1070px; } #secondary { display: none; }Let me know if you have any questions with this!
- The topic ‘How do I completely remove sidebar from website?’ is closed to new replies.