Hi there,
I would like to center this button on my website for mobile view only.
I also would like to center these texts boxes on mobile view only.
my website url is: https://thesnoozy.com/
Hi there,
I would like to center this button on my website for mobile view only.
I also would like to center these texts boxes on mobile view only.
my website url is: https://thesnoozy.com/
Hey @GeorgeRizos
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello there,
@media screen and (max-width: 769px){
#shopify-section-template--19311720202589__4498c6aa-31c3-4fae-8565-7f41780e682f .button {
margin: 0 auto;
margin-top: 10px;
}
.footer-block.grid__item.footer-block--menu {
margin: 0 auto;
text-align: center;
}
.footer-block__details-content .list-menu__item--link {
justify-content: center;
}
}
Hi @GeorgeRizos ,
This is David at SalesHunterThemes.
Thank you for your question.
You can try to follow these steps:
Go to Online Store β Themes β Actions β Edit code.
Go Assets folder β theme.liquid file.
Add the following code in the bottom of the file above tag
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
David | SalesHunterThemes team