• hi we have been using this Go theme for a few years, are on the latest version 1.8.7

    the buttons from guttenberg editor do not appear to be responsive in changing size in response to different screen sizes. Can see this on our main page and also on the Courses page.

    i would be grateful for any advice on this. Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Dr9

    (@dr9)

    Is there a way to make them full width in mobile view only?

    Hi @dr9,

    Sure, you can use the following code:

    @media (max-width: 767px){
    .wp-block-button.is-style-primary {
        width: 100%;
    }
    }

    I hope this helps, cheers!
    Andrija

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buttons not responsive to screen size’ is closed to new replies.