Issues with Mobile Formatting - by Brad - on WordPress WooCommerce support

This topic has 12 replies, 3 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler

  • Avatar: Brad
    Brad
    Participant
    April 21, 2020 at 03:27

    Having some issues with formatting on mobile devices. There are sections that have a colored background and the font doesn’t fit in the section. Please respond via email and I can show you a screenshot.

    11 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 21, 2020 at 07:07

    Hello,

    Lightshot Screenshot tool https://app.prntscr.com/en/index.html makes screenshots and generates links then you can provide links of screenshots here.
    Also, provide temporary wp-admin access.

    Regards

    Avatar: Brad
    Brad
    Participant
    April 21, 2020 at 21:48

    Sorry I didn’t want to download the program, I will explain in private content area

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 22, 2020 at 08:08

    Hello,

    1) Add this code in Theme Options > Theme custom CSS > Custom CSS for mobile:

    .autoscrolling-item {
        font-size: 12px;
    }

    2) Set “Default” color scheme for the Cart – http://prntscr.com/s3rt79 (same as it is for Wishlist icon right now).

    Regards

    Avatar: Brad
    Brad
    Participant
    April 28, 2020 at 23:11

    This worked great, thanks!

    The other areas I’m having trouble with on mobile are:

    1) the very top header bar that has a carousel text area, but the text doesn’t fit on mobile

    2) there is a “banner with mask” element near the bottom of the page that says “Pamco Introduces The FC2″… but the image is now behind the text, making it hard to read, and the “VIEW PRODUCT” button’s margins are different and the text isn’t centered within the button.

    3) the add to cart button on the product pages when you scroll below the product has some of it’s elements not centered properly. The part that says – 1 + – is not centered with the – OR – Add to Cart.
    Add to cart area at bottom of product page

    This add to cart section also doesn’t look good at the top of the product page either. There is a strange black line in there.
    Add to cart area at top of product page

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 29, 2020 at 08:21

    Hello,

    1) You can change content zoom – http://prntscr.com/s7t3og
    2) Try to add the next code –

    @media only screen and (max-width: 480px) {
        .banner-type-2:hover .banner-content a.btn {
            padding-top: 13px;
        }
        .banner .banner-content .content-inner p:first-child {
            text-shadow: #fff 3px 0px 2px;
        }
    }

    in Custom CSS for page.
    3) At your screenshot, I see the “OR”, but there is no this when I’m checking a product – http://prntscr.com/s7tid1 What is that? And how can I get it?

    Regards

    Avatar: Brad
    Brad
    Participant
    May 30, 2020 at 01:49

    Hello,

    Thanks for the help! the first 2 worked, as for the 3rd one, I get that on mobile on every product page. The first screenshot is when you scroll down on the product page and the add to cart section has a sticky scroll effect and appears at the bottom. In the second screenshot, this is just how all product pages look on my phone. The add to cart section always has that strange black line in it.

    I also found another formatting issue on mobile, on this page https://pamco.ca/male-condoms/ some of the elements have different alignments that look good on desktop but not on mobile. Is it possible to have everything center aligned on mobile? Please see the screenshot attached
    Element alignment on mobile

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 30, 2020 at 11:32

    Hello,

    Add this custom CSS code:

    .single-product-builder form.cart p#wc-stripe-payment-request-button-separator,
    .etheme-sticky-cart #wc-stripe-payment-request-button-separator{
        display: none !important;
    }

    You can use mob-center custom class, for example – http://prntscr.com/sqkn4m

    Regards

    Avatar: Brad
    Brad
    Participant
    June 1, 2020 at 20:53

    Hello!

    Thanks for the help with that!

    Still need help fixing the products pages. Do you see what I mean by the sticky Add To Cart section that comes up when you scroll down any product page on mobile? Here is another screenshot Product Page Add to Cart Sticky Section

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 2, 2020 at 09:57

    Hello,

    I don’t see the mentioned issue http://prntscr.com/ss7lb6
    Please, provide us with a link to product where problem still persists.

    Regards

    Avatar: Brad
    Brad
    Participant
    June 4, 2020 at 23:20

    Seems to be working fine today… maybe the last update fixed it

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 5, 2020 at 07:12

    Let us know if you need any other assistance.

    Regards

  • Viewing 12 results - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.