Forums
Forums / Theme: Ving / Remove the sidebar
(@jeremyvanvliet)
10 years, 2 months ago
HI!
I have been working on the Ving CSS files for the last our but i can’t find a way to remove the sidebar completely and stretch the main content on a page.
Where in the CSS should i look?
With regards,
Jeremy
(@divjotsingh_440)
Hello Jeremy, You don’t need to look anywhere. Just install a custom css plugin and add the following code to custom css-
#secondary { display: none !important; } #primary { width: 100% !important; }
It should solve your issue.
Divjot
The topic ‘Remove the sidebar’ is closed to new replies.