Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3093
    linerunner
    Member

    Hello,

    Can you please tell me how to make the menu and header full width? I want them to go across the whole screen like they do at the top of the catch themes page.

    http://www.linerunner.com.au

    Thanks,

    Linerunner

    #3145
    Sakin
    Keymaster


    @linerunner
    : You can add in the following CSS in “Custom CSS” box in your Theme Options.

    body {
    padding-top: 0;
    }
    #page {
    max-width: 100%;
    }
    #branding {
    border-radius: 0;
    }
    #main {
    margin: 0 auto;
    max-width: 1000px;
    }

    #3333
    jbruant
    Member

    Hello,

    On my site (internet-of-things.fr), I would like to increase the width of the site (to short for me in standard).

    Possible to change it  ?

    #3349
    Sakin
    Keymaster

    @jbruant: In this Catch Box theme the width is fixed but if you wan to change it then you can add the following CSS in “Custom CSS” box in your Theme Options
    #page { max-width: 1100px; }

    #8890
    georgechav
    Member

    Hi,

    I’m using Catch Everest Pro and would like the menu and header to fill the full width of the screen. Could you please help me with this?

    http://www.creocapital.co.za

    Thanks,
    George

    #8892
    Sakin
    Keymaster

    @georgechav: Sorry Catch Everest Pro theme is not build to make the header and footer full width. You can see the demo http://catchthemes.com/demo/catch-everest/.

    We have different theme that uses full with header and footer.
    Simple Catch Pro: http://catchthemes.com/demo/simplecatch-pro/
    Catch Mustang: http://catchthemes.com/demo/catch-mustang/

    If you want make the Catch Everest Pro header and footer full width we need to change the structure of the theme, which is complicated process. For that you need to hire developer and build child theme.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Full width menu and header’ is closed to new replies.