Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5230
    prius4f
    Participant

    The secondary menu is not responsive.  How can this be fixed?

    #5294
    Sakin
    Keymaster

    @prius4f: Actually in Catch Box Theme we don’t want secondary menu to be display as it will be distracting for mobile users. But if you want then you might try adding in the following CSS in “Custom CSS” box in your Theme Options panel

    #access-secondary, #access-secondary div, #branding #access-secondary ul.menu { display: block; margin: 0 }
    #branding #access-secondary ul.menu li { border-bottom: 1px solid #dedede; }

    #5298
    prius4f
    Participant

    Thank you.  I will try that. I understand your explanation why you would not want it to be responsive.  Actually I preferred the color of the secondary menu so was using it and giving the primary menu a blank dummy menu to suppress it.  So two menus were not being presented.

    An alternative would be css to modify the color of the main menu if you could post that.  Thanks again.  Great theme.

    #5301
    Sakin
    Keymaster

    @prius4f: If you want the primary menu to have same background like the secondary menu then just add the following css in your “Custom CSS” box in your Theme Options panel

    #branding #access { background: none #e6e6e6; }
    #branding ul.menu a { color: #373737; }
    #branding ul.menu li { border-color: #dedede; }

    #5317
    prius4f
    Participant

    That works great.  Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Secondary menu not responsive’ is closed to new replies.