-
Author
-
April 12, 2018 at 17:56 #194519olufemishieldParticipant
I want to create an image grid, 6 images on a row like it is on this page
But I want a situation where it can resize to three images in two columns and then two images in three columns as the screen gets smaller. Kleo feature grid limit is 6 and image grid would only resize them to one image per row in 6 column at it first resize.
How can I go about it.
Thank you
April 13, 2018 at 06:23 #194566LauraModeratorHello, i can help you with the change, its only css, please share the resolution you want the rows to change so i create an css code for each size
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 🙂
April 16, 2018 at 04:43 #194904LauraModeratorHello, please add this to style.css of child theme
COPY CODE@media (max-width: 768px) { .wpb_column.vc_column_container.vc_col-sm-2 { width: 33% !important; } } @media (max-width: 767px) { .wpb_column.vc_column_container.vc_col-sm-2 { width: 50% !important; } }
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 🙂
April 16, 2018 at 16:01 #194987olufemishieldParticipantNice Laura. Thank you. This achieved just the 2 column adjustment. You used 768px and 767px, just a pixel difference, is that what you meant?
April 16, 2018 at 19:48 #195034LauraModeratorHello, yes, i just checked and on tablet i see 3 columns and at mobile 2, please try to clear each device browser cache before testing, or let me know which device is not showing correctly 🙂
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 🙂
April 18, 2018 at 01:09 #195170LauraModeratorAlways happy to help 🙂
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.