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
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
On iphone 11: https://www.modeo.nl/wp-content/uploads/2021/05/iphone-11-portrait.png (hence no issues)
On ipad 11 pro: https://www.modeo.nl/wp-content/uploads/2021/05/ipad-11-pro-portrait.png
Both in Chrome and Safari same results
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
Unfortunately no improvement, even after cleaning the cache and browserhistory
any other ideas?