Viewing 1 reply thread
You must be logged in to reply to this topic.
I have the slider image on several pages including https://jeremyjesenovec.net/about-me/.
The image appears fine on that page on a desktop (Windows on Chrome,Firefox and Edge) and iphone 6s Safari.
But on my Galaxy Note 5 Android on the Chrome browser it is an empty white space. But in Firefox on my android, it appears.
Why is it not appearing on mobile chrome and only that single page is affected by it? How do I fix it?
Hello,
Sorry for the late reply.
I opened this page from Samsung S6 and from Samsung Note 5 online generator. The page header image does show up very well. Please see screenshot. I see the subtitle is below the main title, but this can be fixed with little css. Add this code into you custom css box:
@media (max-width: 480px){
.header_page.centered h1 {
top: -8% !important;
}}
Let us know.
Best regards!
You must be logged in to reply to this topic.