• Resolved xjamasterx

    (@xjamasterx)


    On the gallery page, can the titles be flush left and the dates flush right, and then the price flush left?

    Thanks for you’re help.

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

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

    (@gwin)

    In wp-admin / Appeareance / Customize / Additional CSS add

    
    .adverts-list span.advert-link {
        text-align: left;
    }
    .adverts-list .advert-price {
        left: 10px;
        right: initial;
    }
    

    and remove the snippet i gave you in one of the previous tickets

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

The topic ‘Title and Date locations’ is closed to new replies.