Author appearing on mobile

This topic contains 2 replies, has 2 voices, and was last updated by  Ulick 7 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: ,

  • Author
    Posts
  • #211527

    Ulick
    Expired Member
    Post count: 39

    Hi guys

    I have this piece in GD>Design>Scripts

    .sd-detail-author {
    display: none;
    }

    Which removes/hides the author/owner of the listing on desktop and tablet. However it seems to still appear on mobile. Is there a fix for this.

    Thanks

    Ulick

    #211533

    Guust
    Moderator
    Post count: 29970

    Try this

    
    
    .sd-detail-author {
    display: none;
    }
    
    @media (max-width: 668px) {
    .sd-detail-author {
        display: none !important;
      }
    }
    #211534

    Ulick
    Expired Member
    Post count: 39

    Awesome!

    Thanks again Guust.

    Ulick

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket