JohnLiquori Posted March 19, 2022 Posted March 19, 2022 Site URL: https://www.johnliquoriphoto.com/pricing Hello, I have a page on my site that I am happy with in the desktop view, but would like them to appear as two columns in the mobile view rather than one continuous column for a portion of the site so that it looks consistent with the desktop view. The top section and bottom section ("High-End Professional Photos" and "An additional fee may be charged for properties exceeding 25 miles from Marlton, NJ") should just be the one centered column, but I would like the "Add-ons" and "Bundles" sections to be shown as 2 columns in mobile view similar to desktop view. Would anyone be able to help me with some custom CSS code for each of these pages? https://www.johnliquoriphoto.com/pricing This would be super helpful. Thanks in advance!
tuanphan Posted March 21, 2022 Posted March 21, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1647730743245_67250+.row .span-6 { width: 50% !important; float: left !important; } } JohnLiquori 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!)
JohnLiquori Posted March 21, 2022 Author Posted March 21, 2022 @tuanphanThat worked perfectly, thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment