[Support request] Button Styling Issues

Home Forums Support [Support request] Button Styling Issues

Home Forums Support Button Styling Issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1310108
    kickpoint

    Hey there,

    Over the last month or so we’ve found that several of our GeneratePress sites have had issues with missing right padding on buttons throughout the sites. Also, a bunch of the buttons were taking rounded corners when they weren’t before. I’ve added a fix for these things but it seems to be a GeneratePress issue (maybe a bug?) so I felt like I should let you know.

    The fix does vary per site, but it’s some variation of:

    /* Button Fixes */
    
    .no-border-radius{
    	border-radius: 0;
    }
    
    .uagb-button__wrapper, .uagb-buttons-repeater {
    	padding-right: 2em;
    }

    If you push a formal fix for this let me know if you could–I’ll remove the fix I’ve added so that it doesn’t interfere with anything new in the codebase. I’ve shared one site that was having the button styling issue and was fixed by using the fix above.

    Thanks!

    Leanne

    #1310327
    David
    Staff
    Customer Support

    Hi there,

    neither of those CSS selectors are related to the Theme buttons.
    We only use the button class. I assume both are from the ultimate addon for GB plugin

    Can you point me to a broken button – happy to take a look to see whats going on

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.