Home Forums WoodMart support forum tool tip

tool tip

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #63322

    Kahan Ryan
    Participant

    hi

    tool tip doesnt appeat properly
    how to solve
    thank you

    Attachments:
    You must be logged in to view attached files.
    #63331

    Hello,

    I see that a third party plugins conflicts in CSS http://prntscr.com/jvwqjb

    Disable all the plugins not related to the theme and activate them one by one checking the issue to understand which one causes the problem

    Best Regards

    #63342

    Kahan Ryan
    Participant

    before you gave me this css code to customize breadcrumbs

    there is no interest in this code. I removed the css code.

    #63350

    Hello,

    The problem is caused by this css rules http://prntscr.com/jvy33z

    Try this these two ways and choose the best for you:

    .single-breadcrumbs-wrapper {
        padding-top: 40px;
    }

    Or this one:

    .single-breadcrumbs-wrapper {
        margin-top: -20px;
    }

    Best Regards

    #63354

    Kahan Ryan
    Participant

    i think tool tip should be left side to solve.

    #63409

    Hello,

    You can use this CSS to put tool-tip on the left:

    body .woodmart-products-nav .woodmart-back-btn .woodmart-tooltip-label {
    left: -160px;
    top: -7px;
    margin-left: 0 !important;
    }
    body .woodmart-products-nav .woodmart-back-btn .woodmart-tooltip-label:before {
    left: auto;
    right: -7px;
    top: 15px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    }

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)