As you can see in the picture below:
The header logo is not properly centre aligned in the mobile view, How may I fix this?
Password: testingpage
Thank you, any help or sources are much appreciated!
As you can see in the picture below:
The header logo is not properly centre aligned in the mobile view, How may I fix this?
Password: testingpage
Thank you, any help or sources are much appreciated!
Hi @justauser
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Hope this answer helps.
Best regards,
Victor | PageFly
Hello @justauser
You can add code by following these steps to center Header in mobile
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
I didn’t find this solution to work but found an easier solution. enter this code in the Header Custom CSS:
.header__heading-logo {
margin-left: 30px;
}
you can adjust the px as you see fit. this does not effect the logo on desktop