hello,
After playing around seeing if I could fix the alignment issue, It is still displaying incorrectly,
Could anyone help coding the header/footer so its back in the center
This is also appears out of line on the mobile site aswell.
![]()
hello,
After playing around seeing if I could fix the alignment issue, It is still displaying incorrectly,
Could anyone help coding the header/footer so its back in the center
This is also appears out of line on the mobile site aswell.
![]()
Your header and footer are completely distorted. Please take expert help
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on mail | Shopify Design Changes | Custom Modifications In to Shopify Theme
Please add the following CSS code to your assets/stylesheet.css bottom of the file.
@media screen and ( max-width: 740px ) {
#header {
position: relative;
padding-top: 10px;
padding: 0px 0px 20px 0px !important;
}
#logo a {
font-size: 0;
display: block;
margin: 0 auto !important;
text-align: center !important;
}
}
Thanks!
Thankyou, this has worked on mobile,
could you do the same for desktop aswell please?