• Hi all,

    Just curious if anyone is able to help with these issues I’m currently experiencing with my Bizway theme-

    1) I’ve used display: none; on my Sidebar with Custom CSS, however I’ve noticed that my photos on individual pages still get cut off as the sidebar appears to still be invisible and not entirely removed;

    2) There is a white space underneath my footer which I’d like to remove;

    3) There is a blank space to the right side of my page (even though my page is static and fixed-width) that I can’t seem to remove.

    Would appreciate the help, thanks!

    For ref please see my site: https://capitalsoundstudios.com to understand what I’m saying

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem here,

    anyone?

    Hey there commplus,

    Hope you’re well today!

    To remove the sidebar and make the content full width you can add this custom CSS to Appearance >> Theme Options >> Styling Options >> Custom CSS:

    .container_24 .grid_sub_16 {
    width: 100%;
    }
    
    .sidebar {
    display: none;
    }

    As for the other problems please post a link to your site so I can take a look since I can’t open site provided by capitals ??

    Cheers,
    Bojan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove sidebar entirely? other things’ is closed to new replies.