• Resolved vrrebels

    (@vrrebels)


    Hello,

    This is probably not simple, but when the theme goes in responsive mode the menu button go to the right and search button to the right.

    I would exactly the opposite so menu to the left and search button to the right.

    Is it too hard to do? And in this case can someone point me to the right direction for coding something (like which file is to edit)

    Thank you very much, this theme is great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello vrrebels,

    This can be done by adding the following CSS to you custom stylesheet.

    #nav-topbar .nav-toggle{
    float:left !important
    }
    
    .toggle-search {
    float:right !important;
    left: initial !important;
    right: 0 !important;
    }
    
    .search-expand {
    left: initial !important;
    float: right !important;
    right: 0 !important;
    }

    Hope this helps.

    Thread Starter vrrebels

    (@vrrebels)

    Thanks worked perfectly!

    @vrrebels – if your issue is fixed please mark the topic as Resolved. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change responsive menu position to the left’ is closed to new replies.