Support » Theme: Ving » Remove the sidebar

  • 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

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the sidebar’ is closed to new replies.