Need help moving my header logo to the left and cart + menu to the right

Need help moving my header logo to the left and cart + menu to the right

ATGRFX
Shopify Partner
25 0 4

Hello, can someone help give me the code to move my header logo to the left side and the cart + menu to the right (For mobile only please!)

Example site https://sys-temic.com/collections/all-products

My site https://sevenemotions.com/

Any help is greatly appreciated !

IMG_073DB39A0B75-1.jpeg

Reply 1 (1)

PageFly-Oliver
Shopify Partner
878 190 185

Hi @ATGRFX ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
@media(max-width:767px){
#shopify-section-sections--20648501739799__header .header{
   grid-template-areas: "heading icons left-icons";
    grid-template-columns: auto 30px 30px;
}
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.