Archived topic
Question about Category Page Layouts
18 replies · Started by Karen on March 5, 2020
Viewing posts 16–19 of 19
Yes! That worked. It's showing up really nicely on desktop! Thank you so much.
One last question :) - Is there anyway to have it look like that on mobile? I know it's a smaller screen, I wasn't sure if there was a way to have it show side by side on mobile too.
Thanks again!
Karen
Try this CSS:
@media (max-width: 767px) {
.generate-columns-container .mobile-grid-100 {
clear: none;
width: 50%;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That worked! Thank you so much for your help!
Karen
No problem :)
This archived topic is closed to new replies.