Okay
  Public Ticket #1296701
Change logo to right side on mobile and move hamburger to the left
Closed

Comments

  •  1
    Kris started the conversation

    Is it possible to reverse the logo and hamburger locations on mobile? Essentially moving the logo to the right side, and moving the hamburger to the left?


    Thanks

  •  2,744
    Andrew replied

    Hi there,

    Thanks for reaching in.

    That is possible. See the theme ships as it is and that would require a bit of customization. Customization is well beyond our scope of support. I could recommend you to either of our partners https://codeable.io/ or https://wpkraken.io/

    Hope this helps,

    Regards

  •  1
    Kris replied

    Hi

    Thank you. I could make the CSS change myself, but could you provide me with the class I need to be working with?

    Thanks

  •  2,744
    Andrew replied

    Hi Kris,

    A bit of CSS ill not really do the job properly.

    Take a look at the screenshot of the header code on google chrome devtools.

    You would need to move the highlighted logo and mobile menu location on the PHP files i.e. salient \ header.php line 174 for the logo. Notice it's in a col span_3 div. 

    You can switch the two divs that contain the logo and the header i.e. the logo to go after the col span_9 containing the men between line 182 - 256

    Hope you can work it from there.

  •  2,744
    Andrew replied

    sorry forgot attachment.

  •  1
    Kris replied

    Awesome. That definitely gives me something to work with. Thank you for your extended help!