New Landing How can we help? Atelier Mobile products 2 columns

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Atelier
  • #256706
    andreafabbri
    Member
    Post count: 13

    Hi,
    How do I display products of the home in two columns?
    currently-is so:

    Thanks

    #256746
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide the link to that page?
    Thanks

    -Rui

    #256748
    andreafabbri
    Member
    Post count: 13
    This reply has been marked as private.
    #256895
    andreafabbri
    Member
    Post count: 13

    were you able to get?

    #257016
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try this:

    @media only screen and (max-width: 479px) { 
    .owl-carousel .owl-item {
      width: 160px!important;
    }
    }

    And remove:

    .woocommerce .products .product.col-sm-sf-5 {
      float: left;
      width: 50% !important;
    }

    – Kyle

    #257045
    andreafabbri
    Member
    Post count: 13
    This reply has been marked as private.
    #257046
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Did you remove this?

    .woocommerce .products .product.col-sm-sf-5 {
      float: left;
      width: 50% !important;
    }

    – Kyle

    #257050
    andreafabbri
    Member
    Post count: 13

    We’re almost there, but now the carousel seems endless

    #257328
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    What makes you say that? Can you explain?

    – Kyle

    #262933
    engzhaowei
    Member
    Post count: 5

    Hi,

    I am encountering the same problem with the carousel. I think what the user meant by endless should be the same problem as shown in the screenshot attached.

    The code display 2 products in a single row nicely. However, after scrolling through all the products in the carousel, there seems to be another blank space.

    Please feel to test my site on mobile view to understand better what i meant.

    http://beautesenz.com/test/

    Attachments:
    You must be logged in to view attached files.
    #263483
    David Martin – Support
    Moderator
    Post count: 20834

    @engzhaowei – what theme version and what version of the Swift Framework do you have?

    Please amend your code to this:

    @media only screen and (max-width: 479px)
    .owl-carousel .owl-item {
        max-width: 185px;
    }
    }

    Thanks.

Viewing 11 posts - 1 through 11 (of 11 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