• Resolved lindish

    (@lindish)


    The element title in woocommerce shop page has to much bottom space.
    I tried the css
    li .title {
    margin-bottom: 0 !important;
    }
    It helped a little bit but the gap is still to large.
    I tried a negative number but that did nothing.

    help

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • ?? Hi there. It looks like you’d also want to adjust the bottom-margin for the h2 that lives inside that .title element. Something like this should help:

    li.title h2 {
        margin-bottom: 8px
    }
    Thread Starter lindish

    (@lindish)

    That totally fixed it. Thank you so much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit woocommerce shop page’ is closed to new replies.