Reduce Footer Logo Size for Mobile in Expanse Theme

Reduce Footer Logo Size for Mobile in Expanse Theme

courtney
Tourist
4 0 3

I want to reduce the size of the Footer logo just for mobile. The desktop version is the perfect size, but it's too large for mobile. I tried adding code to the theme but it didn't do anything to the mobile size. 

The website link is: https://restormeskin.com/

The theme: Expanse theme 

DESKTOP VERSION.pngMOBILE VERSION.png

Replies 2 (2)

BSSCommerce-HDL
Shopify Partner
2123 760 965

Hi @courtney

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
@media only screen and (max-width: 749px) {
  .image-wrap.svg-mask.svg-mask--square.loaded {
    scale: 0.8;
  }
}
</style>

Here is result:

BSSCommerceHDL_0-1723477677100.png

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSS-TekLabs
Shopify Partner
2144 634 737

- Here is the solution for you @courtney 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.


@media only screen and (max-width: 600px) {
#FooterMenus .footer__block .image-wrap image-element{
height: 100px !important;
    width: 100px !important;
left: calc(50% - 50px) !important;
}
#FooterMenus .footer__block {
     max-height: 100px !important;
}
}

- Here is the result you will achieve:

BSSTekLabs_0-1723478068855.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now