• Resolved tipsybakes

    (@tipsybakes)


    Hi there,

    My homepage slider looks completely different on a mobile phone. It doesn’t show all the text that overlaps the image and the banner at the top is straight as opposed to a a dropdown ribbon: https://www.tipsy-bakes.uk.

    Can this be fixed so it appears correctly on a phone? Thanks.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @tipsybakes,

    In mobile media banner image size get small that’s it is not possible to show all the content on mobile media. if we try to do that but the image gets stretched and does not look good.

    Thanks.

    Thread Starter tipsybakes

    (@tipsybakes)

    Thanks for the feedback but the theme is advertised as responsive and it changes a lot on mobile.

    Please can you take a look at my website on a phone and let me know a suggestion for the slider and logo at the top? Thanks!

    Theme Author VW THEMES

    (@vowelweb)

    Hello,

    Add the below CSS Code Additional CSS.

    #slider img {
    height: -webkit-fill-available;
    }
    #slider .inner_carousel h2 {
    display: block;
    font-size: 28px;
    }
    #slider .carousel-caption {
    right: 10%;
    left: 10%;
    }

    Thanks.

    Thread Starter tipsybakes

    (@tipsybakes)

    Hi,

    Thank you but that makes the slider extremely blurry and far too large. I also tried it on another phone and the same happened again.

    Theme Author VW THEMES

    (@vowelweb)

    Hello, @tipsybakes

    Above you are telling that content is missing so that I have given the CSS code. you have to change the dimension of the slider image 1400 x 750 and add the below css code in additional css.

    #slider .inner_carousel h2 {
    display: block;
    font-size: 18px;
    }

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘VW bakery phone view’ is closed to new replies.