Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #564485

    Hi

    I would like to know if it is possible to have the av_one_fourth flex-column scale down to two columns on 768px then one when it gets to mobile. The jump from 4 columns to one creates very compressed content on the tablet view and would be far better if it could be displayed in two columns.

    Thanks a mill

    Gav

    #564679

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
        .av_one_fourth{ width: 47%; }
    }

    Cheers! 
    Josue

    #564710

    Nope that has no effect

    #564711

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

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