CSS Dropdown List Issue

  • Unknown's avatar

    I’m an almost complete CSS. But I have an issue in my Homepage in a website. I have a dropdown list in Homepage. My front page looks very unsatisfactory for overlapping(see screenshot).
    This is my website, so you can see the Issue: https://offcoupon.in/

  • Unknown's avatar

    Hi ramwebratna

    I’m an almost complete CSS. But I have an issue in my Homepage in a website. I have a dropdown list in Homepage. My front page looks very unsatisfactory for overlapping(see screenshot).

    – You can do this but changing the Z-index attribute value you just need to change the z-index value for the slider div please change the CSS code
    old code:

    .ls-inner {
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center center;
        z-index: 30;
    }

    New Code

    .ls-inner {
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center center;
        z-index: 0;
    }

    And also Your site is using WordPress.org software which is hosted on another host so WordPress.com forum is not the right place to get the solution for your question. You can post your question in WordPress.org forum:
    https://wordpress.org/support/forum/miscellaneous/#new-post

    For more information here is the support documentation link below:
    https://codex.wordpress.org/

    WordPress.com forum helps the sites hosted on WordPress.com only

    WordPress.com and WordPress.org are both different platforms, you can find more information for this here:
    https://en.support.wordpress.com/com-vs-org/

    Hope this helps you.

  • The topic ‘CSS Dropdown List Issue’ is closed to new replies.