Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #434391

    Great theme guys. I am having an issue with a site not displaying properly on an iPhone. the 3 centre columns are bunching together instead of display one on top of each other. Is there a way to fix this or lock the mobile version to display only horizontally?

    #434814

    Hi Glencnelson!

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .page-id-9 .avia-builder-el-2, .page-id-9 .avia-builder-el-5, .page-id-9 .avia-builder-el-8{
    min-width:100% !important;
    }
    }

    Regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.