Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #675930

    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!

    #676029

    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

    #676052

    :-)
    It works for when the ipad is held vertically but not horizontally :-(

    Thanks for bearing with my ignorance today.

    • This reply was modified 8 years, 2 months ago by elames.
    #676113

    Hi,

    Please change “990px” in code to “1024px” :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.