Archived topic
A small request...
1 reply · Started by Don Waller on January 30, 2015
I'm using the GeneratePress theme on a new site, and I've got a request (or question) regarding the widget header text.
Two of the three headers fit on a single line, but the third header is long and wraps. Predictably, the header wrap pushes the widget content down, and the client has noted the imbalance.
My question/request is this - can I modify the widget headers to allow a line break so I can make the first and second headers consistent with the third? Any help would be appreciated.
Don
Hmm - that depends on if the widget title field allows HTML (<br />).
If not, you can reduce the size of the widget titles so they all appear on one line:
.header-widget .widget-title {
font-size: 14px;
}
Adjust the px as needed :)