Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1299376

    Hi,
    On my site modeo.nl the homepage, my photo is not showing 100% length on tablet portrait mode.
    It works fine on iphone portrait

    I used your demo ‘Enfold Freelancer’, so the picture is positioned in a ‘raster rij’ (center-center posioning)

    Furthermore f.y.i. I am using these CSS in General settings: (see private content)

    PHP 7.4.18

    Thanks for your help

    #1299676

    Hey JannyPolak,

    Could you post a screenshot of the problem please? Also please let us know in which browser and device you are seeing it in.

    Best regards,
    Rikard

    #1299684
    #1300018

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) and (max-width: 990px) {
    #modeo .avia-full-stretch {
      padding: 700px 0px 200px 0px;
    }
    }

    Best regards,
    Rikard

    #1300085

    Unfortunately no improvement, even after cleaning the cache and browserhistory
    any other ideas?

    #1300447

    Hi,

    Please try this CSS instead:

    @media only screen and (min-width: 768px) and (max-width: 990px) {
    #modeo .avia-full-stretch {
      padding: 700px 0px 200px 0px !important;
    }
    }

    Best regards,
    Rikard

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