Hello there,
Wanted to see if I could get some guidance on resolving some iPad issues. Hoping these are just some settings within these elements that I missed and not require CSS:
The second column of content seems to be squeezed in on the iPad view
The image is being cut off, and the text wrapping appears to be off.
Thanks as always for the great support.
Hey kjwaggz,
For the first site add the following to quick css:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.flex_column.av_one_third {
padding: 15px 10px 0px 10px!important;
width: 47%!important;
}
}
Let me know if this works
Best regards,
Jordan Shannon
That worked great, thank you Jordan.
On the iPad view for this pricing page, it shows the Square Feet and cost in 2 columns. This is ideal.
Would another CSS fix be needed for this to appear this way on iPhone? The pricing grid is all 1 row, instead of the Sq. Ft being in column 1, and Price being in column 2. Hope that makes sense.
Hi,
I think that would be a tough one to solve through the forums, as the table cells are coded to break to 100% width on the phone.
Best regards,
Jordan Shannon