• Resolved twgerber

    (@twgerber)


    If I want to make the AB Notice block narrower – i.e. not full page width what is the best way to do that?

    Put it inside another block?

Viewing 1 replies (of 1 total)
  • Plugin Author maximebj

    (@maximebj)

    You can add some CSS in your theme stylesheet (admin > customizer > custom CSS)

    Try this :

    
    .wp-block-advanced-gutenberg-blocks-notice {
        margin-left: 10%;
        margin-right: 10%;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘AB Notice Block’ is closed to new replies.