New Landing How can we help? Atelier Mobile product layout has changed?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #210567
    Klarity
    Member
    Post count: 183

    Hi Guys,

    The shop page layout seems to have changed on a mobile device.

    The shop pages used to show products 2 wide on a page and now seems to show only 1 wide?

    I would ideally like the layout 2 wide on mobiles please.

    Any help on this would be greatly appreciated.

    Best
    Pete

    #210578
    mccaul
    Member
    Post count: 28

    Not sure if this is related to you recently fixing an issue with the masonry layout causing the page height to be miscalculated resulting in the footer being placed on top of the images…

    It seems like you’ve changed the page structure in a strange way.

    Where previously the products were a list… they now seem to simply be divs, but still inside a

      , which can’t make much sense?

      used to be

      <li product><li product>

    now it’s

      <div product></div><div product></div>

    which is’t semantically correct, and is likely to cause funny/unexpected interpretation in different browsers I’d have guessed…

    #210963
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    My latest version does not output like that, I get the correct <li> format. How are you building that page?

    Can you add a WP login so I can take a closer look.

    – David.

    #211075
    Klarity
    Member
    Post count: 183

    I can see Div’s rather than the List html in the source as Mccaul has explained.
    Could this have something to do with the way the Muilt Masonary shop layout is setup? just a thought?

    #211081
    Klarity
    Member
    Post count: 183

    Also, the products are displayed in 2 columns when you view on a phone in landscape…

    #211618
    David Martin – Support
    Moderator
    Post count: 20834

    Hi @designward,

    Please add a link and WP login to your site so I can take a closer look as I cannot replicate this.

    – David.

    #211788
    Klarity
    Member
    Post count: 183
    This reply has been marked as private.
    #212092
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    When you say mobile, assuming you mean mobile phone size such as the iPhone? You would need to use some custom CSS, for example:

    @media only screen and (max-width: 479px) {
    .woocommerce .products .product {
        width: 50%!important;
        float: left;
    }
    }

    Thanks,
    David.

    #212143
    Klarity
    Member
    Post count: 183

    Hi David,

    I think this slightly different css has resolved the issue.
    Many thanks,

    Pete

    #212145
    David Martin – Support
    Moderator
    Post count: 20834

    Great, no problem.
    – David.

Viewing 10 posts - 1 through 10 (of 10 total)

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

License required for the following item
Login and Registration Log in · Register