MFCN Posted March 28, 2021 Share Posted March 28, 2021 Site URL: http://www.lesfillesdelaconstruction.com Hi, I am trying to make the images in the summary-block (carousel style) bigger on mobile. I have tried this code, but only the first image becomes larger. @media screen and (max-width:767px) { .sqs-active-slide img { width: 100% !important; height: auto !important; left: 0 !important; }} Any ideas? Thank you ! Link to comment
tuanphan Posted March 31, 2021 Share Posted March 31, 2021 On 3/29/2021 at 2:21 AM, MFCN said: Site URL: http://www.lesfillesdelaconstruction.com Hi, I am trying to make the images in the summary-block (carousel style) bigger on mobile. I have tried this code, but only the first image becomes larger. @media screen and (max-width:767px) { .sqs-active-slide img { width: 100% !important; height: auto !important; left: 0 !important; }} Any ideas? Thank you ! Add to Design > Custom CSS > Then save & reload your site /* carousel bigger on mobile */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1616519004590_18578 .summary-item { width: 50% !important; height: auto !important; left: 0 !important; } } 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
BethH Posted December 16, 2022 Share Posted December 16, 2022 On 3/30/2021 at 8:07 PM, tuanphan said: Add to Design > Custom CSS > Then save & reload your site /* carousel bigger on mobile */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1616519004590_18578 .summary-item { width: 50% !important; height: auto !important; left: 0 !important; } } Hi Tuanphan, Also having this problem. Im working with SS 7.0 and the code you provided did not update my carousel image size on the mobile. Any suggestions? Link to comment
tuanphan Posted December 21, 2022 Share Posted December 21, 2022 On 12/17/2022 at 2:18 AM, BethH said: Hi Tuanphan, Also having this problem. Im working with SS 7.0 and the code you provided did not update my carousel image size on the mobile. Any suggestions? Can you share link to page where you use Carousel? We can check it easier 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
AshM13 Posted February 7 Share Posted February 7 (edited) Hi @tuanphan! Any chance you could provide the CSS to make the images in my carousel slider larger on mobile? I'm having a hard time identifying the selector for the image. Screenshot is attached. Website: https://www.ashandaircreative.com I tired the following: @media screen and (max-width:991px) { #section[data-section-id="63e277c78e55d75980e673b3"] .user-items-list-carousel {width: 50% !important; height: auto !important; } } Thanks! Edited February 7 by AshM13 Link to comment
AshM13 Posted February 9 Share Posted February 9 @tuanphan any thoughts on this? Appreciate it! Link to comment
tuanphan Posted February 11 Share Posted February 11 On 2/9/2023 at 10:38 PM, AshM13 said: @tuanphan any thoughts on this? Appreciate it! Add to Design > Custom CSS @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="63e277c78e55d75980e673b3"] .user-items-list-carousel__media-container { width: 70% !important; } } 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
AshM13 Posted February 24 Share Posted February 24 @tuanphan That worked! Thank you so much. 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