Tagged: columns, mobile, responsive
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.
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
thank you, that is sorted.