Mobile Friendly Picture

This topic contains 5 replies, has 3 voices, and was last updated by  Cesar Nav 6 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #425922

    Cesar Nav
    Expired Member
    Post count: 43

    hello,

    So i keep updating the picture for the “featured picture” on my website, but when i see it on a mobile device the pics looks off.

    Is there any CSS code to make the mobile picture optimized? meaning visible on phone since the “search bars” block the whole picture.

    or any way to make the search bar lower and categories lower instead on the middle?

    #425940

    Kor
    Moderator
    Post count: 16516

    Hi Cesar,

    Thanks for your post. Just inspected your Website and I think I know what you needed there. You can try using custom CSS code to style a bit and here’s an example you can try.

    
    
    @media only screen and (max-width: 600px) {
        .header-wrap {
        top:20px!important;
    }
    }
    #425981

    Cesar Nav
    Expired Member
    Post count: 43

    yea, that helped a bit. thank you so much!

    how can i do the same for the pictures of every listing? some of them look cut

    #425986

    Cesar Nav
    Expired Member
    Post count: 43

    s

    #425991

    Alex Rollin
    Moderator
    Post count: 27815
    #426036

    Cesar Nav
    Expired Member
    Post count: 43

    Awesome!

    Thank you

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

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

Open Support Ticket