> > I wanted to align my footer image to left side in mobile: as shown in image> > please let me know and give step by step guidance
you can apply text-align: left property to footer css
Can you post the link to your website? It would make it easier to know what you’re referring to. Thanks!
Hello @mimanish ,
To make the footer image aligned to the left on a mobile device, follow the below steps.
Go to Shopify Admin Dashboard and click on Online Store > Themes.
Click on the Actions button > Select Edit Code.
In the left-hand sidebar, navigate to the Assets folder and click to open the base.css file.
Scroll to the bottom of the file and add the following code:
@media screen and (max-width: 749px) {
.footer-block-image {
text-align: left;
}
Hope it works. Let us know if you need more help with your Shopify store.
Regards,
CedCommerce
it’s not working with this code
please open this on mobile, problem occurs on mobile only
Not happening
Try this code in Add Custom CSS:
@media screen and (max-width 750px){
.footer-block__details-content{
position: relative;
right: 25px;
}
}
Does it work?
Hello @mimanish ,
Thank you for bringing the issue to us.
To better assist you, can you connect with us and provide more information about your problem?
This will help us understand the issue more accurately and provide you with a more effective solution.
Feel free to share your email or any other relevant details in inbox.
We’ll do our best to assist you with this.
Regards,
CedCommerce
