Site logo

[Resolved] Question about Category Page Layouts

Home Forums Support [Resolved] Question about Category Page Layouts

Home Forums Support Question about Category Page Layouts

  • This topic has 18 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #1189052
    Karen

    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

    #1189113
    Leo
    Staff
    Customer Support

    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/

    #1189902
    Karen

    That worked! Thank you so much for your help!

    Karen

    #1189906
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.