Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #272353

    Hi there!

    I was wondering if you could give me some advice. I’m using enfold theme with the double menu header option. For this site I need the main menu to be displayed at the very top and a submenu to be displayed underneath for the products page. I’m using Zen Menu Logic plugin to select different menus for the different products.

    My issue is on mobile devices. Is there a way to optimise the top menu for smaller screen sizes?

    You can view the website here to see the problem (It might not be the latest version – waiting for DNS to update):
    http://www.arconics.com/aerodocstest/

    Please ask me any questions if I didn’t make mush sen
    Many thanks for your help!

    Aurora

    #272484

    Hi arconics!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    #header_meta {
    height: 100px; }
    .responsive #header_meta .sub_menu>ul>li {
    padding: 0 7px; }}

    Cheers!
    Yigit

    #273810

    Hi Yigit,

    Thanks for your response, I’ve tried adding the code you suggest but the menu still behaves in the same way as before. Would you mind having another look?

    Many thanks!
    Aurora

    #273816

    Hey!

    Code is not being applied, please try adding it to custom.css file inside Enfold/css folder

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.