Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #53638
    kurt
    Participant

    Hello. I am new to this Theme but allready very fond off it 😉
    However – I have one question: When I use “No Sidebar (Content Width)” there is always a lot of space on both left and right side of my content. Is there a way, fx CSS, where I could use the full width ?
    kind regards Kurt

    #53657
    widespread
    Member

    I think you can fix it in CSS with

    
    .no-sidebar.content-width #main {
     width: 100%; // original is 820px
    }
    

    but you could also have to take into account how it will display on smaller screens (I think responsive.css is responsible to set a width for every different screen size …)

    #53679
    Sakin
    Keymaster

    Hello Kurt,

    The No Sidebar (Content Width) mean there will not be sidebar but it will have content width. So, see the demo at http://catchthemes.com/demo/catch-base/layout-options/no-sidebar-content-width/

    If you want full width then you should choose No Sidebar (Full Width) content layout. See this demo at http://catchthemes.com/demo/catch-base/layout-options/no-sidebar-full-width/

    Yes, you can use CSS as suggested by @widespread

    Regards,
    Sakin

    #53698
    kurt
    Participant

    Thank you very much, both Sakin & widespread for the answers to my question. I got my solution and am able to work on 😉
    Kind Regards Kurt

    #53787
    Sakin
    Keymaster

    @kurt: Thanks for your appreciation and if you like Catch Base theme then please support it my providing your valuable review and rating at here https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Width of page with "No Sidebar (Content Width)"’ is closed to new replies.