Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Nota
  • #301792
    Kirsten
    Member
    Post count: 192

    Hi Ed,

    Recently I thought you had the right solution for me in safari.

    .flexbox .spb-column-container.col-sm-6 {
    flex: 1;
    }

    But on mobile it’s screwing up the page. Do you have a solution for that?

    Thank you in advance

    #301797
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    What device/orientation? What do you see? Please provide a screenshot so we can replicate.

    #301799
    Kirsten
    Member
    Post count: 192

    The mobile version of the homepage. Only in safari, I relate to this post:

    Safari colums won't line

    #301970
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    @media only screen and (max-width: 767px) {
    .flexbox .spb-column-container.col-sm-6 {
        flex-basis: 100%;
    }
    }
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register