how do i get my logo to the left on mobile

i am using a sense theme and want to get my logo on the left when displayed on mobile any ideas on what i could do.

Please share your shop url

Rotrack.co

Hi @Pembo01 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
@media (max-width: 749px) {
.header {
     grid-template-areas: "heading left-icon icons" !important;
}
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.