decker
-
Posts
4 -
Joined
-
Last visited
Reputation Activity
-
decker reacted to Lesum in Reduce column count on mobile
@decker You can adjust the column count for mobile using media query. Add this code under Website > Pages > Website Tools > Custom CSS
@media screen and (max-width: 767px) { .gallery-grid-wrapper { grid-template-columns: repeat(1, 1fr) !important; } }
-
decker got a reaction from meganheath in Adjust Nav Element Font Size
Hello!
Yes this solved it, cool to learn about vh and em as well. Thanks much!