Support » Theme: VW Writer Blog » Making Buttons Same Width (VR Writer Blog Theme)

  • I would like to make my buttons the same width regardless of text. How do I do this?

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

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @lauralyzer,

    For buttons same width, follow the below steps:

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below css here

    .wp-block-buttons.is-vertical>.wp-block-button{
    text-align: center;
    }
    a.wp-block-button__link,
    .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{
    width: 70%;
    }

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘Making Buttons Same Width (VR Writer Blog Theme)’ is closed to new replies.