• Can I make use of the full width of the page while keeping the right side menu bar?
    The code below worked to expand to full width but removed the right side menu bar.
    #primary{float:none;width:auto;}
    #secondary{display:none;}

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author HashThemes

    (@hashthemes)

    What you need to do is to remove the previous code and then add the below CSS code

    .sq-site-content .sq-container{width: 100%;}

Viewing 1 replies (of 1 total)
  • The topic ‘Full width with right side bar’ is closed to new replies.