Full screen width responsive tagdiv shortcode buttons

Posted in: Newspaper
Post count: 33

Hey,

I’d like to make the buttons generated with tagdiv shortcodes full width and responsive.

Any input?

Thank you!

Post count: 3343

Hi,
Try this: Add this CSS in Theme panel -> Custom CSS

.wpb_button {
    width: 100% !important;
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.