• Resolved thijsdeb

    (@thijsdeb)


    Hi there,

    I would like the pages full width, so I want to remove the right sidebar completely. I’ve searched for this option and only came across other themes, with solutions that didn’t work for me. Can anyone help me with this?

    greetings

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author hashthemes

    (@hashthemes)

    Hi,

    There is no option to remove the sidebar. But yes, it can be done with some custom CSS Code. Here is the code

    #primary{float:none;width:auto;}
    #secondary{display:none;}

    Use some Custom CSS plugin to add the CSS.

    Thread Starter thijsdeb

    (@thijsdeb)

    Thank you very much! Worked like a charm

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Removing right sidebar for full width’ is closed to new replies.