Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #612809

    Hi, please can you help with a page I have with 5 columns – great on desktop, but very cramped on ipad/iphone with content merging so you can’t read it – when it finally gets small enough it goes into one column, but there’s a bit in the middle which isn’t working well.

    #613992

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) {
    .page-id-20 .av_one_fifth { width: 100% !important; margin-left: 0 !important; }}

    Cheers!
    Yigit

    #614756

    thank you, that is sorted.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile/ipad rendering of 5 column layout’ is closed to new replies.