-
Author
-
January 14, 2016 at 12:45 #98483grigrichtersParticipant
Hi there, Please take a look at the picture attached. As you can see there is something messed up with the mobile view. This is the same with all my 200+ portfolio items. How can I make the picture resize responsively? The menu is a separate issue which has nothing to do with Kleo. thanks, Grig
Attachments:
You must be logged in to view attached files.January 15, 2016 at 22:59 #98755LauraModeratorHello, try this, add to style.css of child theme or to the visual composer css
COPY CODE@media (max-width: 767px) { .single-portfolio section.container-wrap.main-color.custom-color.text-center { background-size: contain !important; padding: 0px !important; height: 160px; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 19, 2016 at 14:09 #99276grigrichtersParticipantUnfortunately that didn’t work. Any other solution? thanks, Grig
January 20, 2016 at 21:10 #99604LauraModeratorHello, try with this code, replace the other
COPY CODE@media (max-width: 1280px) { .single-portfolio section.container-wrap.main-color.custom-color.text-center { background-size: contain !important; padding: 0px !important; height: 160px; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.