Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #669341

    Hi
    1. As i have no logo at all (hidden), menu still displays an empty space above the centered menu as it shows in the mock up . Also is it possible to move menu icon more to the left almost at the edge.
    2. I would like to hide shopping cart icon that appears at the left of menu icon in the header in mobile version or to position it elsewhere.
    Thank you very much

    • This topic was modified 8 years, 3 months ago by hdpcr.
    #669924

    Hi!

    Please add following code to Quick CSS

    @media only screen and (min-width: 768px) {
    .container.av-logo-container {
        display: none;
    }}
    .responsive #top .cart_dropdown {
        display: none;
    }

    Cheers!
    Yigit

    #669943

    Yigit

    I added the code and nothing has changed.

    Thank you very much

    #669948

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #669989

    Hi Yigit
    There you go.
    Thank you

    #669996

    Hey!

    You accidentally forgot to leave one comment unclosed therefore code was not applying. Please review your website now :)

    Cheers!
    Yigit

    #669999

    Hi Yigit
    Sorry about that. Also as i asked before it possible to move menu icon more to the Right almost at the edge. if you can see in the mobile version its over a slogan i havein the heather. I can puch more the text in the image but still need to push the menu icon to the right if possible

    Thank you so much.

    #670088

    Hey!

    Please add following code to Quick CSS and adjust as needed

     #advanced_menu_toggle{
        right: -25px;
        top: 30px;
    }
    

    Best regards,
    Yigit

    #670097

    Hi Yigit

    Thank very much for the code. Only last question about this topic. Is there a way to have a different menu according to certain page by code or i should look for a plugin? If i have 5 menus and i wan to use Menu 1 in pages 1,2,3 and Menu 2 in pages 5,6,7 and so on..

    Thank you

    #670105

    Hi!

    Please try using this plugin – https://wordpress.org/plugins/zen-menu-logic/

    Best regards,
    Yigit

    #670507

    Hi Yigit

    Thank you very much. I worked great.
    Could you please help me with the post #669937 to know if its possible or not so i will seek other solution.

    Thank you very much

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Header and Menu’ is closed to new replies.