Disable Sidebar in the AutoFocus Theme
-
Hola, I am using the AutoFocus theme with a CSS upgrade, and laying in my first test pages for alignment. (1) Is there a way to disable the sidebar in this theme, and use the full width? (2) If I purchase a premium theme, does my current CSS upgrade belong to the blog, or to the theme? Many, many thanks…..!
The blog I need help with is: (visible only to logged in users)
-
(1) Is there a way to disable the sidebar in this theme, and use the full width?
Sure. Keep in mind that a sidebar is only displayed on pages in the AutoFocus theme. Here’s how you could hide it:
#sidebar { display: none; } .page #content { width: 800px; } #entry-content, .archive .featured, .search .featured, .featured-position-0, .featured-position-10 { width: 800px; } -
(2) If I purchase a premium theme, does my current CSS upgrade belong to the blog, or to the theme?
CSS is saved per blog but needs to be specific to the theme you are using.
-
-
- The topic ‘Disable Sidebar in the AutoFocus Theme’ is closed to new replies.