creativeSZN Posted April 3, 2020 Share Posted April 3, 2020 Site URL: http://www.creativeszn.com/investment Anyone know how to create spacing between the three divs when I'm viewing it mobile? I tried the padding and margin properties but it just makes the boxes longer. Link to comment
tuanphan Posted April 4, 2020 Share Posted April 4, 2020 Edit this line in Code Block <div style="width:378px;height:100px;"> to <div style="width:378px;min-height:100px;"> and add this to Home > Design > Custom CSS @media screen and (max-width:767px) { .package { margin-bottom: 0 !important; width: auto !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!) Link to comment
creativeSZN Posted April 5, 2020 Author Share Posted April 5, 2020 thank you! it works! however, when you click the links, the modal window is too big for the mobile screen. is there a code to make it fit the screen? @tuanphan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.