Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #62797
    Paul
    Participant

    Hi,

    I would like to change the text size to be smaller for 960 px – 1090px, so the menu does not creep into 2 lines

    earthpulse.net

    plz help

    thanks

    #62799
    Sakin
    Keymaster

    @Paul: Oh you have lot of items in menu. For your site, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 1280px) {
        #access-top ul.menu a { padding: 12px; }
    }
    @media screen and (max-width: 1152px) {
        #access-top ul.menu a { font-size: 12px; }
    }
    @media screen and (max-width: 1100px) {
        #access-top ul.menu a { padding: 12px 9px; }
    }
    @media screen and (max-width: 1000px) {	
        #access-top { display: none; }
        .mobile-menu {
            display: inline-block;
            float: left;
            height: 46px;
            margin: 0;
            overflow: hidden;
            padding: 0;
            width: 46px;
        }
        .mobile-menu a { padding: 12px; }
    }
    #62801
    Paul
    Participant

    thank you!
    I would be happy to give you a 5 star rating and feedback. Do let me know if i can do that.

    cheers

    #62815
    Sakin
    Keymaster
    #63801
    Paul
    Participant

    ok psysid has rated you 🙂

    #63812
    Sakin
    Keymaster

    @Paul: Thanks a lot. You Rock 🙂

    #93359
    Kip
    Participant

    Hi
    I don’t know whether I am allowed to reply here – do I need to subscribe.
    Anyway – developing site http://www.ipsc.org.au/wp/ with Catch Box Pro child.
    Very happy overall, but would like to reduce the width of the repspnsive menu on my mobile phone (Samsung S5).
    Can you help?
    Thanks

    #93389
    Sakin
    Keymaster

    @kip: For catch box pro theme, you need to user the forum https://catchthemes.com/support-forum/forum/catch-box-pro-premium/

    For that, you can reduce the width in the following css as per your need and then add it in your child them stye.css file
    .sidr { width: 260px; }

    #93418
    Kip
    Participant

    Thank you Sakin.

    #93420
    Kip
    Participant

    Sorry Sakin – Kip again.
    Tried this with 150px and nothing changed.

    #93486
    Sakin
    Keymaster

    @Kip: where did you add that css? I don’t see it in your site.

    #93494
    Kip
    Participant

    When it didn’t work, I went back to the previous child style.css.
    I’l putit back in. Sorry about that.

    #93497
    Sakin
    Keymaster

    @Kip: Oh you are adding in your child theme style.css then it should be as below:

    .site .sidr { width: 200px; }
    body.sidr-open { left: 170px !important; }
    #93507
    Kip
    Participant

    Thank you Sakin – you are brilliant!
    Works excellently.
    Kip

    #93677
    Kip
    Participant

    Hi Sakin – me again!
    The mobile menu is looking very good – would like now to reduce the height of each menu block (? line height?)
    Thanks
    Kip

    #93724
    Sakin
    Keymaster

    @kip: Add the following css:
    #branding #mobile-header-left-nav ul.menu a { line-height: 1.2; }

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Responsive menu sizing’ is closed to new replies.