• Resolved xjamasterx

    (@xjamasterx)


    The price of an item and the date are on top of each other. How do I fix this?

    Thank you.

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

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

    (@gwin)

    Hi, please try going to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below it should move the date to the left side

    
    .adverts-list span.advert-date {
        float: left;
    }
    
Viewing 1 replies (of 1 total)

The topic ‘Price and date clashing’ is closed to new replies.