Hello,
I checken my homepage with my mobile phone (S5) and saw that the parallax slider as well as the logo is not displayed right. Is there a way to fix it?
I am having the same issue and was hoping to see some responses to your question.
cccdesirecoach.com
not sure why this is missing in your bootstrap.css file, but adding this to the Custom CSS should fix the issue:
.img-responsive {
display: block;
height: auto;
max-width: 100%;
}
Thanks for the help, works fine for me.
I deleted the code myself out of the bootstrap.css but to be honest – I don’t know why anymore… 😀
I am having trouble locating the bootstrap.css file. Is this just under the LayerSlider CSS Editor?
Guys,
This is Tonya’s husband, Darin. We love the Evolve-Plus theme, but we’re having trouble with the header graphic showing up on smartphones – it’s simply not there at all. As you can imagine, this is pretty frustrating after spending hours becoming familiar with the customization options of the theme and then adding content only to have the site essentially not work on smartphones.
This is not related to the parallax slider – at all; it’s simply the header graphic. I cannot locate a bootstrap.css file anywhere in any of the theme or WP directories.
Please help! We want to launch her business at the first of the year and the clock is ticking.
Her site is http://CCCDesireCoach.com
Thanks, Darin (and Tonya)
Make that http://CCCDesireCoach.com
🙂
Put the following css in custom-css and the header image should look fine.
.custom-header
{
-webkit-background-size: 100% 100%!important;
-moz-background-size: 100% 100%!important;
-o-background-size: 100% 100%!important;
background-size: 100% 100%!important;
}
The topic Logo + Parallax Slider too big for mobile page? is closed to new replies