Hi,
I have a site that is a little wonky on mobile devices. Particularly the Contact Us section of the home page. It’s split into two columns and looks awful on mobile devices. How can I get the second column to roll over to the next line?
Thanks,
Gabe
Hi connect4consulting!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) {
.flex_column { width: 100% !important; margin-left: 0 !important; }}
Regards,
Yigit
Thanks Yigit!
As always, you rock!