• Hi there
    I am having trouble with my slider when viewing on a mobile device. Just noticed last night that the slider was showing no post titles at all. I seem to have been able to fix that after reading the forums and adding the correct code to the CSS section, but now the font is too big when viewed on mobile device and it cuts off half the title. Ive tried to change it myself with code I found on another forum topic but it has not changed anything.
    This was the code I added –
    @media (min-width: 768px){
    .carousel-text h2 {
    font-size: 30px !important;
    }
    }

    If someone can help me that would be much appreciated! This is all very new to me and Im not very tech savvy so if you can break it down for me that would be amazing! Thanks so much

    Stacey

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

Viewing 1 replies (of 1 total)
  • Thread Starter thebonita

    (@thebonita)

    The other issue may be that the image is too narrow in height when viewed on mobile device that its cutting off the font. Again I’ve tried adding suggested code to the CSS section and it hasn’t changed anything.

    This was the code I added

    @media only screen and (max-width: 1020px) {
    .inner-slider .inner-slider-item > div {
    background-size: auto !important;
    }
    }

    Any help would be much appreciated

Viewing 1 replies (of 1 total)
  • The topic ‘Changing font size on slider for mobile version’ is closed to new replies.