Ballina_Group Posted October 28, 2020 Share Posted October 28, 2020 Site URL: http://www.ballinagroup.com/our-work We recently noticed that our site on a tablet screen size doesn't resize the text boxes so they float under each other. The responsive design works fine for phone screens but I can't get it to work for tablet screens. I've tried a few different CSS codes to make this work and nothing has so far. Attached are 3 screen shots of desktop mode, tablet mode, and phone mode when I'm in editing so you can see what it looks like. If anyone can help that would be great. Link to comment
tuanphan Posted October 31, 2020 Share Posted October 31, 2020 Add to Home > Design > Custom CSS /* text responsive on tablet */ @media screen and (min-width:768px) and (max-width:991px) { div#page-5b9a941cb8a045cb6ca5f6e6 .span-12>.row:nth-child(3) .span-2 { width: 33.33%; } div#page-5b9a941cb8a045cb6ca5f6e6 .span-12>.row:nth-child(3) .span-10 { width: 66.67%; } div#page-5b9a941cb8a045cb6ca5f6e6 .span-12>.row:nth-child(3) .span-10 .span-2 { width: 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!) Link to comment
Ballina_Group Posted November 3, 2020 Author Share Posted November 3, 2020 THANK YOU! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.