Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1033064

    Hi, how can I move the mobile burger menu icon to the right and the cart icon to be to the left of the menu icon?

    Thanks.

    #1034105

    Hey DROR,

    Best regards,
    Victoria

    #1034477

    I removed them all and it’s the same.

    #1035687

    Hi,

    Please adjust the values int he below code to suit your design.

    .main_menu {
        position:absolute;
        right: -50px !important;
    }
    
    #menu-item-shop a {
        position: absolute;
        right  : 60px;
    }

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.