New Landing How can we help? Atelier Product Display in Cataloge (Mobile)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #264380
    afaraji
    Member
    Post count: 72

    Hi,

    Theme’s been great! There’s a few edits I’d like to make to the product display in mobile view.

    1) I’m trying to obtain grid view by default in mobile for shop elements (2 columns). I used this custom CSS I found in your forums, but it does not actual take effect in mobile. Strangely it looked okay when I test it using a web-based tool (like http://quirktools.com/screenfly/) but not in any mobile browser….

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

    2) I’d like to hide the categories that display under product thumbnails in mobile view. I’ve tried two different custom CSS lines but neither work.

    CSS I USED:

    .products .product .product-details .posted_in{
    display:none !important;
    }

    AND

    .posted_in {
    display:none;
    }

    3) In mobile view I’d like to move the title and breadcrumbs over the product image in the product detail page. (see image).. I assume I’ll need to move a couple lines in the product-detail.php, just not sure which lines :P.

    #264805
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    I don’t see your css added to the page? Can you confirm it’s there so that we can check it?

    – Ed

    #265396
    afaraji
    Member
    Post count: 72
    This reply has been marked as private.
    #265589
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please always insert the custom css code at Admin > Theme Options > Custom CSS. I have done it to you so please check after clear the cache of browser.
    Thanks
    Mohammad

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