• Resolved frajola

    (@frajola)


    widget label “upsells” and “product related” bug outside the product thumbnail.
    I tried to fix it, but it ends up affecting the product page label. How do I fix this?

    Demonstration of the problem: https://imgur.com/sCwaaIN

    I want to leave the label on top of the thumbnail. Same as on the product page, like this: https://imgur.com/DDQNBkN

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Please tell me – do you set any additional hooks under ‘Hooks’ options from the plugin settings page?

    Also – please tell me the name of your current theme.

    Regards

    Thread Starter frajola

    (@frajola)

    Haven’t set any hooks yet.

    View post on imgur.com

    My theme is Hello Elementor

    Plugin Author ILLID

    (@mihail-barinov)

    Please try to use this custom css. It must solve the problem.

    .products .advanced-woo-labels.awl-position-type-on-image.awl-label-type-archive {
    display: flex;
        flex-flow: row wrap;
        text-align: left;
        width: 100%;
        position: absolute;
        z-index: 9;
        inset: 0px auto auto 0px;
        transform: none;
        justify-content: flex-end;
        align-items: stretch;
    }

    Regards

    Thread Starter frajola

    (@frajola)

    It works perfectly. Solved, thanks <3

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘widget label outside the product thumbnail.’ is closed to new replies.