MelitaM Posted July 3 Posted July 3 Hi there, I am wanting to increase the size of the images of a couple of carousel blocks on my website (mobile version). They display fine on desktop, but on mobile they look really small. Ideally the image would be the full width of the mobile screen with the text and arrows sitting below. Please find a couple of images attached of the two blocks I am referring to. Any help would be much appreciated!
MelitaM Posted July 3 Author Posted July 3 These sections are found on this page of my website: https://www.baylysfarm.co.nz/bay-of-islands-destination-wedding
Solution Lesum Posted July 3 Solution Posted July 3 @MelitaM You can add this code under Website > Pages > Website Tools > Custom CSS to transform the carousel images to full width on mobile screens: @media only screen and (max-width: 767px) { section[data-section-id="6663cf9b8add9a3dcdc77163"] .user-items-list-carousel__media-container { width: 100% !important; } section[data-section-id="6663cf9b8add9a3dcdc77163"] .user-items-list-carousel[data-layout-width="inset"] .user-items-list-carousel__gutter { padding-left: 0 !important; padding-right: 0 !important; } } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment