make image in footer left aligned

make image in footer left aligned

ads18922
Pathfinder
184 0 56

hello, i want to make the image in my footer left aligned, as it is currently centre aligned:

Screenshot 2025-05-06 at 18.03.37.png

website is www.antico-abito.com , password is chasha , theme is dawn

Replies 3 (3)

moshbray
Shopify Partner
85 3 10

you should be able to do the setup in your theme customize setting or you make use of custom code

DaisyVo
Shopify Partner
4451 497 591

Hi @ads18922  

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

@media (max-width: 768px) {
.footer-block__details-content.footer-block-image.center {
    justify-content: flex-start !important;
}
}

 

Result 

DaisyVo_0-1746581959669.png

 

Best,

DaisyVo

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

EFOLI-Syn
Shopify Partner
115 0 0

Hello @ads18922,

Regarding your query to display the footer in left aligned, please follow the following instructions.
1.Navigate to the online store > Online Store > Themes > Actions > Edit code.

2.Open base.css file and add the given code in the style section:

@media screen and (max-width: 749px) {
.footer-block__details-content .footer-block-image.center{
justify-content: flex-start !important;}
}

3.Save the changes.

Synthia | eFoli
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Checkout our apps: MultiVariants||DiscountRay