• Closed
  • J.A.
    Spectator
    November 28, 2014 at 8:58 pm #13631

    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?

    J.A.
    Spectator
    Posts: 14
    November 30, 2014 at 10:00 pm #13643

    Any ideas?

    Roman
    Spectator
    Posts: 3147
    December 1, 2014 at 10:52 am #13647

    please provide your website URL

    J.A.
    Spectator
    Posts: 14
    December 1, 2014 at 11:27 pm #13674
    Tonya Molnar
    Spectator
    Posts: 6
    December 3, 2014 at 7:15 am #13679

    I am having the same issue and was hoping to see some responses to your question.

    cccdesirecoach.com

    Roman
    Spectator
    Posts: 3147
    December 3, 2014 at 4:49 pm #13688

    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%;
    }

    J.A.
    Spectator
    Posts: 14
    December 3, 2014 at 5:37 pm #13695

    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… 😀

    Tonya Molnar
    Spectator
    Posts: 6
    December 7, 2014 at 3:16 am #13720

    I am having trouble locating the bootstrap.css file. Is this just under the LayerSlider CSS Editor?

    http://cccdesirecoach.com/

    Tonya Molnar
    Spectator
    Posts: 6
    December 7, 2014 at 6:18 am #13721

    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)

    Tonya Molnar
    Spectator
    Posts: 6
    December 7, 2014 at 6:20 am #13722

    Make that http://CCCDesireCoach.com

    🙂

    Alok Maheshwari
    Spectator
    Posts: 303
    December 7, 2014 at 10:32 pm #13724

    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;
    }