Front static slide content incorrect position in portrait view
-
On my front page, I have setup a static slide with a single background image. It looks fine in landscape mode in the Chrome/Firefox in PC, as well as Safari/Chrome in IPad 3.
When switching to portrait in IPad, or resizing the browser window in PC to less than 960px wide, the image gets reduced in height to 373px. I fixed this by changing line 1049 in style.css
FROM:
.stat_has_img .stat_content_inner {min-height: 250px;}
TO:
.stat_has_img .stat_content_inner {min-height: 510px;}
However, the static text content is now incorrectly positioned near the top, both in landscape and portrait.
How can I fix the height of the image in portrait, but keep the text positioned near the bottom?
The site: https://www.tilundental.com
Screenshots of the problem:(I am using v0.3.3 of Optimizer and will upgrade to Pro if this issue is resolved and if I can find out whether you have a testimonial widget in a separate email I sent).
- The topic ‘Front static slide content incorrect position in portrait view’ is closed to new replies.