Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #384356

    Hi,

    I have the full width sub menu available on my website and realise it does not show up very well on my iPhone!

    It there a way to neaten this up?

    https://pro4life.co.uk

    Thanks

    #384398

    Hey hloft!

    Please add following code to Quick CSS

    @media only screen and (max-width: 769px) {
    #header form#searchform { top: 0px;}}

    and change following code

    #top .av-submenu-container .container {
    padding: 0 40px !important;
    }

    to

    #top .av-submenu-container .container {
    padding: 0 30px !important;
    }

    Regards,
    Yigit

    #384511

    Hi Yigit,

    That doesn’t seem to have done anything!

    Is there a way to place the search bar, cart icon and main menu below the logo?

    Thankyou

    #384830

    Hey!

    If you don’t mind, please provide a screenshot on how you want the header to look like on mobile device. We’ll try to give you the proper css codes for it.

    Regards,
    Ismael

    #385432
    #385443

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    #header form#searchform { left: 0px; top: 0; width: 170px; }
    .responsive #top .cart_dropdown,#advanced_menu_toggle, #advanced_menu_hide { top: 87%; }
    }

    Regards,
    Yigit

    • This reply was modified 9 years, 3 months ago by Yigit.
    #385457

    Hi Yigit,

    Thank you, very close!

    It now looks like this:
    https://pro4life.co.uk/wp-content/uploads/2015/01/IMG_3866.png

    The search bar can be made smaller if need be

    Thanks.

    #385461

    Hi!

    I edited the code i posted in my previous post. Please try it now and adjust as needed

    Regards,
    Yigit

    #385476

    Hi Yigit,

    Thanks for all your help, that’s perfect!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Full Width Sub Menu on mobile’ is closed to new replies.