Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Kush

    (@kushnamdev)

    Hi @indigojones66,

    Could you please share which Otter block you are using on your site? as Cover block is not a part of Otter blocks. It is a core feature or block of Gutenberg.

    I am looking forward to your reply, thank you!

    Thread Starter Garry Rigby

    (@indigojones66)

    Hi Kush, I am using Otter – Page Builder Blocks & Extensions for Gutenberg.

    I worked it out…
    Hide cover text on mobile.
    Make a new paragraph with cover text and hide that on desktop

    https://sabinamusic.co.uk/about2/

    @media (max-width: 480px) {
    .hideblock {
    display: none;
    }
    }

    @media (min-width: 480px) {
    .hideblock66 {
    display: none;
    }
    }

    Plugin Support rodicaelena

    (@rodicaelena)

    Great, thank you for the update!

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

The topic ‘Stack cover text on mobile device’ is closed to new replies.