• Resolved sarascott

    (@sarascott)


    Hi!

    I have a question regarding my site in mobile view. I would like to show my starting page and posts in one column (images) in mobile view instead of two as it is on desktop. I want to keep it in two column on desktop but would prefer one column on mobile. Is that possible and if so, how can I change it?

    Thanks!
    Sara

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @sarascott,

    You should be able to get it working by adding the following CSS to Admin → Appearance → Customizer → Additional CSS (Admin → Utseende → Anpassa → Extra CSS, om du k?r svenska):

    @media ( max-width: 620px ) {
        .post-preview { width: 100%; }
    }

    Let me know how it goes!

    – Anders

    Thread Starter sarascott

    (@sarascott)

    Thanks Anders. It worked!

    Cheers,
    Sara

    Hi there,

    I have a similar question. I would like to show picture galleries in two columns on desktop and 1 column on mobile. Is this easily possible?

    Thanks a lot!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One column mobile view’ is closed to new replies.