Tagged: x
-
AuthorPosts
-
July 26, 2016 at 11:24 am #1103773
rotipomParticipantHi 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!
AJuly 26, 2016 at 11:29 am #1103785
RahulModeratorHey There,
Unfortunately, we could not see any attachments here with this thread. Kindly send us a proper Screenshot having max file size 512KB.
Thanks!
July 26, 2016 at 11:33 am #1103787
rotipomParticipantReattaching screenshot.
July 26, 2016 at 12:23 pm #1103853
rotipomParticipantJust reattached above, can you see it?
July 26, 2016 at 12:25 pm #1103857
ThaiModeratorHi 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 🙂
July 26, 2016 at 7:10 pm #1104283
rotipomParticipantThai, 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,
AJuly 27, 2016 at 2:55 am #1104749
ChristopherModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1103773 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
