How to make 3-column blog layout display as 1-column on small media (eg phone)

More
5 years 9 months ago #47483 by Danimeeka
Hi,

I have a 3-column blog layout here: historicwinton.org/hw-joomla/the-event/news-media-releases

On an iPhone this is too squashed. How do I make the blog render as 1 column on a smart phone but 3-column on a desktop?

Thanks,

Julia.

Please Log in to join the conversation.

More
5 years 9 months ago #47484 by Danimeeka
The same applies to my other blog page:

historicwinton.org/hw-joomla/competitors

This also does not render well (has lots of overlapping) on a phone screen.

Thanks,
julia.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
5 years 9 months ago #47485 by milos
Hi Julia,

You can add this in CSS file:
Code:
@media (max-width: 500px) { .items-row .span4 { width: 100%; margin-left: 0; margin-bottom: 30px; } }

Value 500px is the maximum screen width value to apply this change.

Best regards,
Milos

Please Log in to join the conversation.

More
5 years 9 months ago #47486 by Danimeeka
That works perfectly. Thank you Milos!

Best regards,
Julia.

Please Log in to join the conversation.

Time to create page: 0.279 seconds
Powered by Kunena Forum