• Resolved bsl2020

    (@bsl2020)


    no posted published date that on categories and sub-cat listing on mobile devices. How to show it? I did see it on desktop though, but it hides when it comes to mobile.

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

    (@gwin)

    Hi,
    on the mobile devices, the date is being hidden because there is not enough space to display it and it would only overlap the price.

    Either way, if you want to force WPAdverts to show it then go to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below

    
    @media all and (max-width: 760px) {
      .advert-item-col-1 .advert-date {
        display: block !important; 
        width: 100% !important;
      }
    }
    
    Thread Starter bsl2020

    (@bsl2020)

    Thanks! Greg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to show dates on the posts on small screen?’ is closed to new replies.