• Resolved foquspartners

    (@foquspartners)


    Hi! I’ve been enjoying the template, but the mobile experience when using the slider on the homepage isn’t great. I found the mobile image option, which is great. I don’t see a similar option for the slide text on mobile. Is there a way to either hide or resize the text for a slide when viewed on mobile?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Hidekazu Ishikawa

    (@kurudrive)

    1. Appearance > customize > additional CSS
    2. Add the following
    @media ( max-width:600px){
    .mini-content {
    display:none;
    }
    }

    * “600px” is break point. Please change size that you want.

    Thread Starter foquspartners

    (@foquspartners)

    That works. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Slide Text does not adjust for mobile’ is closed to new replies.