• Resolved nmccainjr

    (@nmccainjr)


    Hi Greg!

    I made an custom field to add negotiable under price. I was able to add the field under the price, but it cut the text in half.

    screenshot:
    https://screenpresso.com/=icN8c

    I tried to make an custom CCS to fix it, either I’m doing it wrong or there’s another way to do it.

    Thanks,
    Norman

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    you can try leaving some additional space for the “Negotiable” text by adding the code below in wp-admin / Appearance / Customize / Additional CSS panel

    
    body .adverts-single-price {
      height: 75px !important;
    }
    
    Thread Starter nmccainjr

    (@nmccainjr)

    I was close!

    Thanks for the help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Best offer or negotiable under price’ is closed to new replies.