Remove sidebar, show full width for Blog and Store page Gateway Plus 1.2 theme
-
Hi,
My website uses the Gateway Plus 1.2 theme. I have managed to get rid of the right sidebar by removing the widgets and inserting this code into the Edit CSS:
#primary {
width: 100%;
}#secondary {
display: none;
}
However, the content on the Store and Blog page has not expanded to the full page width (i.e. it is in the same location as when the right sidebar was there). The page is set up as ‘full width’. Can anyone help me?Thanks very much.
The blog I need help with is: (visible only to logged in users)
-
Hi @projects273, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help from the theme author directly or ask in the volunteer-based WordPress.org Themes and Templates forum.
For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.
The differences between WordPress.com and WordPress.org.
I did take a quick look at your site and on the blog and store page, this should take your content full width.
.large-8 { width: 100%; }
- The topic ‘Remove sidebar, show full width for Blog and Store page Gateway Plus 1.2 theme’ is closed to new replies.