• Resolved refael747

    (@refael747)


    Hello, thanks for the plugin and support!

    Because I use the plugin in Hebrew, the price tag surpasses the date of the classified. How can I arrange it so that the price tag will be on the left?

    Here is a link with a photo showing the problem:

    View post on imgur.com

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

    (@gwin)

    Hi,
    you should be able to move the price to the left side by adding in wp-admin / Appearance / Customize / Additional CSS panel the code below

    
    .adverts-list .advert-price {
        right: auto;
    }
    

    if this will not work the way you would like it to try the one below

    
    .adverts-list .advert-price {
        left: 5px;
        right: auto;
    }
    

    and adjust the 5px value to the one which will work for you best, if none of this will work you can paste a link to your page here i will take a look at it on site.

    Thread Starter refael747

    (@refael747)

    The second code works. Thanks!

    Plugin Author Greg Winiarski

    (@gwin)

    Ok great, i am marking this thread as resolved then :).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Price surpasses the classified date’ is closed to new replies.