Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53577
    Rolando Brown
    Guest

    Hi BoldGrid team.

    We’re using Post and Page Builder and Post and Page Builder Premium for our website: https://coachtmz.com/keepfighting

    Unfortunately, the button styling is broken.

    Can you help us fix this?

    #53627
    Brandon C
    Keymaster

    Hi Rolando,

    Thanks so much for reaching out with your BoldGrid Post and Page Builder questions!

    I inspected your website and it looks like a global padding issue that’s offsetting your button text. You can try adding the bit of CSS below to the Advanced CSS section of your WordPress customizer it should clear that up for you.

    .btn:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item):not(.hestia-sidebar-open):not(.hestia-sidebar-close)
    {
    padding-top: 5px;

    }

    I hope this helps. Please reach back out if you have any other questions for us!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Issues with button stying in Post and Page Builder’ is closed to new replies.