Hello Aaron,
Thank you for your business first of all. Good question too. The idea behind the attention widget is to have text taking up about 70 percent of the width of the area and a button area filling up the rest. It’s set that way so that we can center the button vertically which can sometimes be tricky unless we know the height of the widget.
You can change the widths though. Here’s how:
- Go to your theme options page and choose the Advanced tab.
- Scroll down to the Custom CSS box and add this:
.home-widgets .attention-block .attention-title {
width: 90%;
}
.home-widgets .attention-block .attention-button {
width: 10%;
}
- Update your settings.
That should let the text span further across the screen. If you have any questions or have something else in mind, just let me know.
Thanks,
Bill