Claim listing author – User name too large on mobile

This topic contains 3 replies, has 3 voices, and was last updated by  Kor 5 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #450168

    Tania Perez
    Full Member
    Post count: 299

    Hi guys,

    On mobile, when the name of the user is too long it displays it as a long column below the featured image, and it pushes all the content down, find an image attached.

    I´d like to display the “Author” and “Claim Listing” link either on the buttom of the page, or on the side bar instead of the top. Is there a way to do that?

    Thank you!

    #450174

    Alex Rollin
    Moderator
    Post count: 27815

    Try this custom CSS and adjust to meet your needs

    
    
    
    .sd .sd-detail-author {
        max-width: 100%;
    }
    

    By default that is set to 17%

    #450197

    Tania Perez
    Full Member
    Post count: 299

    Thank you Alex, that works better for mobile but breaks it on web. Attached an image on how it looks on web

    #450264

    Kor
    Moderator
    Post count: 16516

    Hi Tania,

    Try replacing the custom CSS code above with the below and see if it helps.

    
    
    @media only screen and (max-width: 600px) {
    .sd .sd-detail-author {
        max-width: 100%;
    }
    }
Viewing 4 posts - 1 through 4 (of 4 total)

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

Open Support Ticket