halfhide Posted April 28, 2022 Share Posted April 28, 2022 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 Link to comment
tuanphan Posted May 1, 2022 Share Posted May 1, 2022 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%; }} halfhide 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
halfhide Posted May 2, 2022 Author Share Posted May 2, 2022 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. Link to comment
tuanphan Posted May 5, 2022 Share Posted May 5, 2022 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. 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; } } halfhide 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
halfhide Posted May 9, 2022 Author Share Posted May 9, 2022 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 Link to comment
tuanphan Posted May 11, 2022 Share Posted May 11, 2022 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment