• Resolved andreasyeah

    (@andreasyeah)


    Hello, i need to align this element to the left, here i what i mean:
    https://snipboard.io/kfHlb6.jpg

    what css code and where do i have to insert in the following code?

    }
    .listing-prize-img:hover .auto-listing-tooltip_text {
    visibility: visible;
    }
    .single-listing-prize-wrap {
    padding-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    }
    .single-listing-prize-wrap .listing-prize-img {
    margin-right: 10px;
    margin-left: 10px;
    }
    .single-listing-prize-wrap .listing-prize-img img {
    max-width: 50px;
    }
    .listing-prize-img:last-child {
    margin-right: 0;
    }
    .single-listing-prize-wrap .auto-listing-tooltip_text::before {
    margin-left: -15px;
    }

    thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • ranjeetkaur

    (@ranjeetkaur)

    Hi @andreasyeah ,

    Add custom CSS directly from the WordPress dashboard. Go to Appearance > Customize.

    In the Customizer, look for an option called Additional CSS (usually at the bottom of the menu).

    Click on Additional CSS and paste this custom CSS code:

    .listing-prize-wrap {
    justify-self: flex-start !important;
    }
    Thread Starter andreasyeah

    (@andreasyeah)

    Hi ranjeetkaur

    wow that worked!
    Thank you very much for you fast reply!

    ranjeetkaur

    (@ranjeetkaur)

    @andreasyeah You’re very welcome!??

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