Tagged: yigit
This for YIGIT:-)
This site: http://novaliquidation.com/wp/
The background images for ABOUT US section looks fine on desktop but when you view on ipad, you can’t even tell what the image is.
How can I compensate for this and adjust so image can be seen normally on landscape view with ipad?
Thank you!
Hi Elames!
Feels good to be chosen one ;D
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#hello .flex_cell {
display: block;
width: 100%!important;
}}
Best regards,
Yigit
:-)
It works for when the ipad is held vertically but not horizontally :-(
Thanks for bearing with my ignorance today.