bkt Posted May 27, 2023 Posted May 27, 2023 Hello all, How do I change the height and width or padding of the slideshow so that it is smaller? (As shown in the image attached) I would like to do this for desktop and mobile separately if possible. I have tried looking for a code but no luck on my end. Any help will be much appreciated. Thank you!
tuanphan Posted May 28, 2023 Posted May 28, 2023 Hi, Can you share link to page where you use slideshow? We can check easier 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!)
bkt Posted May 29, 2023 Author Posted May 29, 2023 On 5/28/2023 at 10:31 AM, tuanphan said: Hi, Can you share link to page where you use slideshow? We can check easier Hi Tuan, Here is the page https://brijtrivedi.com/mobile-home
Solution tuanphan Posted June 1, 2023 Solution Posted June 1, 2023 On 5/29/2023 at 9:04 PM, bkt said: Hi Tuan, Here is the page https://brijtrivedi.com/mobile-home Try adding to Design > Custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1685144312761_1887 .slide { max-width: 70% !important; left: 50%; transform: translateX(-50%); } } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment