Jump to content

Change footer logo-size on mobile version?

Recommended Posts

On 4/28/2022 at 7:05 PM, halfhide said:

Site URL: https://www.kusiner.dk/

Hi guys

Hope that all is well. 

Do you know how I can change my footer logo on the mobile version? It is very big. 

Thanks in advance. 

Alastair

Add to Design > Custom CSS

@media screen and (max-width:767px) {
footer.sections .image-block {
    width: 30%;
}}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Amazing! Thank you so much! 

Can I ask you one more question: 

I have changed my buttons 'Add to Cart', 'Size' etc., but they look weird on the mobile version (See attachment). So can I have the original buttons on my mobile version and keep my new buttons on web?

Thanks in advance. 

Skærmbillede 2022-05-02 kl. 13.36.41.png

Link to comment
On 5/2/2022 at 6:37 PM, halfhide said:

Amazing! Thank you so much! 

Can I ask you one more question: 

I have changed my buttons 'Add to Cart', 'Size' etc., but they look weird on the mobile version (See attachment). So can I have the original buttons on my mobile version and keep my new buttons on web?

Thanks in advance. 

Skærmbillede 2022-05-02 kl. 13.36.41.png

I can't find variant dropdown. If you share link to a product, we can check easỉe

With add to cart, add to Design > Custom CSS

/* mobile add to cart */
@media screen and (max-width:767px) {
.ProductItem-details .sqs-add-to-cart-button-wrapper {
    width: 100% !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 5/9/2022 at 3:43 PM, halfhide said:

Thanks again! 

It is on a page like this: https://www.kusiner.dk/shop/p/small-rami-rug-60x100-cm

The boxes on the mobile version are off. Thanks in advance. 

Alastair

Use this new code

/* mobile add to cart */
@media screen and (max-width:767px) {
.ProductItem-details .sqs-add-to-cart-button-wrapper {
    width: 100% !important;
}
.ProductItem-details .product-variants {
    width: 100%;
}
.variant-select-wrapper {
    width: 90%;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.