• Resolved shridsan2010

    (@shridsan2010)


    Hi,

    I was testing the website on mobile device, when we click any portion of the tab, it’s not opening, to open it. we have to click on the text only.

    https://prnt.sc/ngns04

    In this, if I click right side of the TOC, it will not open the tab, only opening if we click on the Tab Title.

    Can we do something, or the query is in woocommerce.

    Regards,
    Shridsan

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi Shridsan,

    Can you send me a link to your website so I can see? I think there are probably some styles that are causing an overlay on top of the tabs on mobile. This is messing up the click zones.

    If I can view your website I should be able to determine the problem.

    Thank you,
    Kevin.

    Thread Starter shridsan2010

    (@shridsan2010)

    Thanks for the reply.

    link now in first post

    Check On Mobile.

    Regards,
    Shridsan

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hi @shridsan2010,

    Try this:

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        display: block;
    }

    You have a few options to add CSS code:

    – If you created this theme yourself, you can just add it to your style.css file
    – If you’re using WordPress 4.7 or higher, you can go to Appearance > Customize > Additional CSS and place the code there.
    – If you’re using a theme you downloaded or bought you can make a child theme and add the code to your child theme’s style.css file
    – Your theme may have a “Custom CSS” option. If it does, then you can just pop it in there.
    – You can use a plugin like Simple Custom CSS or Jetpack and enter the code in their Custom CSS area

    Thread Starter shridsan2010

    (@shridsan2010)

    Thank you so much for the reply.

    It worked.

    Regards,
    Shridsan

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Awesome!

    Have a good day.
    -Tracy

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working on Mobile’ is closed to new replies.