Okay
  Public Ticket #2615066
Hamburger Location
Closed

Comments

  •  1
    donniejean started the conversation

    Hi,

    Is there a way to move the hamburger icon down and maybe even horizontal? Right now it's at the very top of the screen, almost non visible.


    Thanks!

  •  2,963
    Andrew replied

    Hi There,

    Please try this css in Salient > General Settings > CSS/Script:

    body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top nav ul .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label), .slide-out-hover-icon-effect a {
        margin-top: 69px;
    }

    Hope this helps.

    Kind Regards.

  •  1
    donniejean replied

    This worked perfect! Is there a way to do it on other sizes? For instance, my iPad in portrait Mode has it at the top again :/


    Thank you!

  •  2,963
    Andrew replied

    Hi there, 

    Use the following custom css:

    @media only screen and (min-device-width: 1400px) and (max-device-width: 900px){
        #header-outer[data-permanent-transparent="1"].transparent #top .span_9 > .slide-out-widget-area-toggle {
        top: 16px;
    }
    }
    

    Kind regards.