Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1103773
    rotipom
    Participant

    Hi there,
    I’m using Woocommerce category pages, a native feature with one of my x template pages and the page is all screwy in mobile mode, with the description text going all the way up to the banner above. This is a problem with my other shop pages too where the breadcrumbs/arrows are doing the same thing. (see screenshot attached)

    http://www.amytwon.com/product-category/journey-prints-kits/

    What can I do to fix this? Thanks!
    A

    #1103785
    Rahul
    Moderator

    Hey There,

    Unfortunately, we could not see any attachments here with this thread. Kindly send us a proper Screenshot having max file size 512KB.

    Thanks!

    #1103787
    rotipom
    Participant

    Reattaching screenshot.

    #1103853
    rotipom
    Participant

    Just reattached above, can you see it?

    #1103857
    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS under Customizer > Custom > Global CSS:

    @media (max-width: 767px){
        .tax-product_cat #x-section-1 .x-column.x-sm.x-1-1 .x-img {
            margin-bottom: -40px !important;
        }
    }

    Hope it helps 🙂

    #1104283
    rotipom
    Participant

    Thai, this is perfect thank you!!!!
    However the single product page still has the breadcrumbs/arrows floating too high. How can I change that? (see attached screenshot)

    Thanks again,
    A

    #1104749
    Christopher
    Moderator

    Hi there,

    Update previous code to :

    @media (max-width: 767px){
        .tax-product_cat #x-section-1 .x-column.x-sm.x-1-1 .x-img ,.single-product #x-section-1 .x-column.x-sm.x-1-1 .x-img {
        margin-bottom: -40px !important;
    }
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1103773 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>