[Resolved] 2-column to 1-column on mobile

Home Forums Support [Resolved] 2-column to 1-column on mobile

Home Forums Support 2-column to 1-column on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1006120
    Melissa

    On the first section of my page, where I have two columns (map and text), I would like the 1-column mobile version to put the text (second column)above the map (first columnn). Is this possible?

    https://theslowroad.org/category/destinations/asia/malaysia/

    #1006121
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    @media (max-width: 768px) {
        #openingtext {
            display: flex;
            flex-direction: column-reverse;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #1006183
    Melissa

    Perfect–thanks!!

    #1006185
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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