• Resolved pitso

    (@pitso)


    Hello,

    I have 2 issues to resolve :

    1. If you open the site mentioned above in mobile mode , you will see that the pictures of the cars are not fully visible .
    2. If you go the fleet and click on one of the cars you will be redirected to the detail page . In there you see this “category:uncategorised” div. How can I hide that one or totally remove it ?

    Thanks in advance .

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @pitso,

    Thanks for choosing Hestia!

    To display the entire image on mobile, without being cropped, please add the code below in the Additional CSS section within the Customizer.

    @media(max-width:768px) {
    .hestia-team-content .card-image {
    width: fit-content !important;
    }
    }

    As for the category, I can see that you managed to hide it in the meantime.

    Have a nice day ahead!

    AC

    (@purplecodes)

    Themeisle Support

    Hi @pitso,

    It’s been a while since we have heard from you. We will now be closing this thread if the issue has already been resolved. Kindly open a new thread if you have other questions or concerns.


Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image problem and category hiding’ is closed to new replies.