Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27070

    Hi There,

    I have setup my site with the responsive pop-out menu. I think that it would make sense to have my logo displayed at the top of the menu where the blank space is now:

    e06bde.png

    Would this be possible ?

    #132624

    Hey!

    You can try following css code mod. It will add a margin (instead of a padding) to the slideout menu and the default logo should be visible at the top. Insert it into the quick css field

    #mobile-advanced {
    margin: 81px 0 0;
    padding: 0;
    }

    .show_mobile_menu #advanced_menu_toggle{
    display: none !important
    }

    Regards,

    Peter

    #132625

    Hi,

    Thanks for getting back to me. I have tried this on my iphone and now the menu button has disappeared ??

    Any ideas ?

    #132626

    Hi!

    I changed the code a bit. Please try it again. You maybe need to increase the 81px value to push the menu down a bit.

    Regards,

    Peter

    #132627

    Hi there,

    That seemed to work a bit – the header is now visible but it is showing the language bar and contact, not the logo

    could it be related to this:

    https://kriesi.at/support/topic/header-not-rendering-correctly-in-responsive-view

    #132628

    You need to change the top margin – set it to 176px (instead of 81px). Tbh I’d not include the logo in the menu because it eats up too much space at the top but it’s up to you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Responsive menu tewak’ is closed to new replies.