• Beaver Builder is now suggesting your plugin to users… I was curious if there’s any styling code that would make it easily center align?

    I’ve tried different css methods without any luck (“text-align: center, for instance)

    Any ideas?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    You should be able to center the buttons by adding this CSS to your site, either in the theme or the Additional CSS panel in the customizer:

    
    .scriptlesssocialsharing-buttons {
        margin: 0 auto;
    }
    

    The auto will center it from left to right; the 0 sets a margin of 0 on the top and bottom, so you can adjust that if you want to for your particular use case. Hope that helps you get started!

Viewing 1 replies (of 1 total)
  • The topic ‘Centering in Beaver Builder?’ is closed to new replies.