Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hi there,
    thanks for contacting us!

    Your site appears to be undergoing maintenance, so we were unable to visit and see what was wrong.

    Please let us know when we can visit.

    Best regards.

    Thread Starter josmoody

    (@josmoody)

    You can click the lock in the bottom right corner and use the password: ksj-6gh-h7q

    Thread Starter josmoody

    (@josmoody)

    I managed to fix it myself with this CSS:

    /* Adjust z-index to ensure visibility if elements overlap */
    .wpb_wrapper > .wpb_text_column .product-name {
    position: relative !important;
    z-index: 1 !important;
    min-height: 30px !important;
    display: block !important; /*
    /* Reset padding-top since it's pushing it down */
    margin-top: 0 !important;
    }
    /* Center text */
    .wpb_wrapper > .wpb_text_column .product-name {
    display: flex !important;
    align-items: center !important;

    Let me know if it ends up getting a bug fix and I will remove the extra code but it looks pretty for now.

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,

    Perfect! I recommend you keep that code. It’s probably due to some problem in the styles with your constructor.

    Have a nice day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.