• Resolved swanandhegde

    (@swanandhegde)


    When I click on quick view of a product in products page, the quick view pops up but the top portion of quick view is not displayed because the navigation bar/menu bar is displayed on top of it. Please help me to fix the issue.

    https://postimg.cc/WhTksDnt

    • This topic was modified 3 years, 5 months ago by swanandhegde.

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there ??

    Right off the bat, I can see that this issue is directly related to your theme. However, if you share a link to your site, I might generate a custom CSS code for you to fix this.

    Cheers!

    Thread Starter swanandhegde

    (@swanandhegde)

    Thanks for the reply.Here is the link.
    https://mycstore.epizy.com/shop/

    Plugin Support con

    (@conschneider)

    Engineer

    Hi again,

    Thanks for the link.
    Here is what I see: https://d.pr/i/VPyhmE
    Looks good to me on first glance.

    On your screenshot it almost looks like your resolution might be too low.

    Kind regards,

    Thread Starter swanandhegde

    (@swanandhegde)

    Hi, I actually downloaded a new plugin , it fixed the issue as of now. If you have a css fix for that, do share with me .Thanks for the reply.

    Plugin Support con

    (@conschneider)

    Engineer

    Hi again,

    Hi, I actually downloaded a new plugin , it fixed the issue as of now.

    Nice.

    If you have a css fix for that, do share with me .Thanks for the reply.

    I live for the simple things, so I would leave it as is. ??

    But if you want CSS instead I need you to trigger the display error so we can take a look with our browser tools.

    Kind regards,

    Thread Starter swanandhegde

    (@swanandhegde)

    Hi , I have reverted to the old plugin. Can you please have a look now.
    https://mycstore.epizy.com/shop/

    Regards

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    I’ve checked your site, and the quick view seems to be working okay, even with the old plugin. Here is a screenshot:

    https://www.screencast.com/t/8yhgh6M9w3V

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    However, please feel free to use the following CSS code in case that it happens again. Please add it under Customize > Additional CSS, you can add the following code:
    ?

    /* Reduce z-index value of the header to prevent overlap */
    header#site-header {
        z-index: 999 !important;
    }?
    

    ?
    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Cheers ??

    Thread Starter swanandhegde

    (@swanandhegde)

    Thanks! for the css code. I will check the tutorials. Thanks again !

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    We are happy to help ??

    Great! I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Cheers.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Nav bar /menu bar overlapping with quick view of a product’ is closed to new replies.