Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #692330

    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

    #692334

    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

    #692348

    Thanks Yigit!
    As always, you rock!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘2 Column Layout Adjustment For Mobile’ is closed to new replies.