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?
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/
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
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
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
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
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.
sorry forgot attachment.
Awesome. That definitely gives me something to work with. Thank you for your extended help!