Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #105042
    JGobeil
    Participant

    HI,
    Still playing with the theme before moving to the pro version. Site here (very experimental):

    I have a problem with the maximum page width. It seems to be set at about 1200px when a sidebar is present and diminishes to about 1000px without a sidebar. I would like to make it larger while staying responsive. I would also like to keep the width similar, with or without a sidebar.

    Searching the forum, I found a suggestion for a Custom CSS but it doesn’t seem to work at all:
    .wrapper {
    max-width: 1260px;
    }

    Is there a way to do this ? If not, can it be done in the Pro theme ?

    Thanks for your help
    Jules

    #105071
    Pratik
    Keymaster

    Hi @jgobeil,

    The width of Catch Box theme is 1200px, to make it bigger, try following CSS:

    
    @media screen and (min-width: 1200px) {
        .site {
            width: 1260px;
        }
    }
    

    What this will do is stretch the theme when screen size is greater than 1200px and will make the theme responsive for lesser screen sizes.

    About layout, upgrading to pro version and selecting No Sidebar(Full Width) option in layout options will solve your problem of keeping width similar with and without sidebar.

    Let me know if you have further queries.

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Maximum page width’ is closed to new replies.