idamay Posted August 2, 2021 Posted August 2, 2021 Site URL: http://www.kevinthomasfilm.com Hi, I used the code that @lu.diehl provided: /* mobile screens */ @media only screen and (max-width: 640px) { #block-yui_3_17_2_1_1627563480786_5210{ width: 50%; } } But the image on the mobile is floating to the left not the centre of the image. Could you help? Or @tuanphanas you've helped me before with some codes :)) ?? Screenshots attached. https://www.kevinthomasfilm.com/ Password: KTF Also I would like to resize the text when scrolling right & left as on mobile not able to read the bottom text as too big. Again see photos attached. https://www.kevinthomasfilm.com/commercials/sony Password: KTF Thank you
tuanphan Posted August 3, 2021 Posted August 3, 2021 Add to Design > Custom CSS /* mobile resize */ @media screen and (max-width:767px) { /* image */ div#block-yui_3_17_2_1_1627563480786_5210 { width: 50%; margin: 0 auto; } /* pagination */ h2.item-pagination-title { font-size: 16px !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.