Hi,
I am using the Debut theme. I have managed to tweak some of the code but I am stuck on this one issue.
I am trying to make my gallery images responsive (stay in the same ratio/size on all devices) and also keep the gallery images stacked vertically. when I view in mobile version, the gallery images stack horizontally, which i do not want. I have the code to make the images responsive, but i just don't know where to add the code.
can anyone out there help?
thanks,
Kelly
Solved! Go to the solution
Can you share screenshot of your gallery section
This is an accepted solution.
Add below css in theme.scss file
@media only screen and (max-width: 749px){ .collection-grid ul.grid.grid--uniform li.grid__item.medium-up--one-half { width: 50%; } }
@oscprofessional Hi, I have a similar problem with the Debut theme, but I want my mobile Gallery images to stay 3 in a horizontal row rather than stacking vertically. Below are screenshots of the desktop view and mobile views respectively.
I couldn't figure out how to manipulate the given code in the solution, to create sort of the reverse effect of the original poster's problem, if that makes sense.
Sorry if I shouldn't have replied, I figured since my problem is similar I shouldn't make a new thread, but I apologize if this is not the case.
User | Count |
---|---|
493 | |
208 | |
130 | |
80 | |
43 |