[Resolved] A small request…

Home Forums Support [Resolved] A small request…

Home Forums Support A small request…

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #70329
    Don Waller

    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

    #70444
    Tom
    Lead Developer
    Lead Developer

    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 🙂

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