• Resolved teshn

    (@teshn)


    Hello,

    I can’t explain why the single page view in mobile has the weird behaviour of changing its style with every refresh.

    class: woocommerce-tabs wc-tabs-wrapper

    The correct width is approx. 330 x 1324 for this div, but sometimes it changes to 473 x 1263 or even 655 x 1232. It does happen with every product.

    Pages under /autorinnen/ sometimes even get scaled up to 375 x 53244 pixels.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @teshn,

    I checked your page on a phone device but don’t see any issues. Could you please provide us with a screenshot so that we can see what you are describing?

    Thread Starter teshn

    (@teshn)

    hi @pankajkmr,

    thank you for your response. Here is a screenshot:

    Screenshot

    I did refresh the single page view a few times and added the undesired views. The view on the left is the preferred one.

    • This reply was modified 3 years, 2 months ago by teshn. Reason: added a comment
    Thread Starter teshn

    (@teshn)

    I realized that it happens often on the following pages (2,3,4,5,6,7) but not so often on the first one.

    Hey @teshn,

    I did refresh the single page view a few times and added the undesired views. The view on the left is the preferred one.

    I’m not able to view the screenshot you linked to as it takes me to a “That page doesn’t exist” error.

    Could you please resend the screenshot so we’re able to see the issue you’re describing?

    Kind regards,

    Thread Starter teshn

    (@teshn)

    Thank you for your reply. I already fixed it with following CSS:

    
    @media screen and (max-width: 576px)
    #primary {
        max-width: 100%;
    }
    

    Hey @teshn,

    Thank you for your reply. I already fixed it with following CSS:

    I’m glad to hear you’ve managed to resolve the problem using some CSS.

    Please don’t hesitate to open a new topic if you run into any further problems.

    Kind regards,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mobile single product view CSS changes with every reload’ is closed to new replies.