• Resolved eddywang

    (@eddywang)


    Hi,

    is there a chance to swap the search button to the right side and the hamburger button to the left side in the mobile version of incolor ?

    thanks in advance ??

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Try adding this in Customize > Additional CSS:

    
    .nav-menu.mobile > button { float: left; }
    @media only screen and (max-width: 719px) {
    .toggle-search { left: auto; right: 20px; }
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Incolor mobile’ is closed to new replies.