Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1228735

    Hi,
    My secondary menu is two lines on portrait tablets and I would need it on one line, like on landscape tablets and desktops.
    Could you please help me?
    If needed, you can find a link and credentials to my website in private content.
    Thanks a lot!

    #1229764

    Hi guys,
    Any help on this?
    Thank you very much! ;-)

    #1229835

    Hi,

    Sorry for the late reply. I’m not sure I understand the problem you are having, could you post a screenshot highlighting it please?

    Best regards,
    Rikard

    #1229927

    Hi Rikard,
    Thanks for your reply.
    Sure! So on Screenshot 1 my menu on portrait tablets and what I need to move.
    There is enough space to display phone number area and secondary menu on the same line, like on Screenshot 2 (menu on desktop). So this is what I would like to achieve.

    #1230961

    Hi,

    I added following code to bottom of Quick CSS field

    @media only screen and (max-width: 767px) and (min-width: 480px) { 
    .responsive .phone-info,
    .responsive #header .sub_menu { 
         width: auto; 
    }
    .av_secondary_right .sub_menu {
        right: 0;
        position: absolute !important;
        top: 0;
    }
    }

    Please review your website :)

    Best regards,
    Yigit

    #1230986

    Hi Yigit,
    It works correctly!
    Thanks a lot for your help!! :-)

    #1230999

    Hi,

    You are welcome :)
    Let us know if you have any other questions or issues.

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Secondary menu only one line on tablets’ is closed to new replies.