I'd like to remove one of the two widgets from my blog site
-
I’m trying to remove the second widget column on my page because I don’t need both. I’d ideally like more room to read my blog posts. Can you help?
The blog I need help with is: (visible only to logged in users)
-
on the sidebar, click the customize button that is next to themes.
then click on widgets
then it will present you with the widgets that you have. click on each one and from there you can delete the ones you do not want.
most widgets are on a footer, header, or sidebar, so they may not interfere with how you blog post show up.
-
Hi, if you wish to hide the right sidebar and then recover that space for the content, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
#secondary .widget-column:last-child { display: none; } @media screen and (min-width: 1411px) { #primary { max-width: 990px; width: 100% } #secondary { max-width: 330px; width: 100%; } }
- The topic ‘I'd like to remove one of the two widgets from my blog site’ is closed to new replies.