Kate4604 Posted February 9, 2022 Posted February 9, 2022 Hi, I have adjusted the column width for my list items to be 60%, as that is what I want it to be on desktop (see desktop screenshot). However on mobile, this makes the columns too narrow (see mobile screenshot), and I want it to be wider. I can't seem to get the css right for this - any help please? Thank you!
tuanphan Posted February 13, 2022 Posted February 13, 2022 Hi. Can you share link to page in screenshot? We can help 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!)
Kate4604 Posted February 22, 2022 Author Posted February 22, 2022 @tuanphan- apologies for the delay. It's https://www.klvirtualbizsupport.com/ and the password is "password123"
tuanphan Posted February 27, 2022 Posted February 27, 2022 On 2/23/2022 at 2:40 AM, Kate4604 said: @tuanphan- apologies for the delay. It's https://www.klvirtualbizsupport.com/ and the password is "password123" Add to Design > Custom CSS /* List width on mobile */ @media screen and (max-width:767px) { body.homepage .list-item-content__text-wrapper>* { max-width: 95% !important; } } daniellenoakes 1 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