Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Division top bar: Fixed wrapped text Reply To: Division top bar: Fixed wrapped text

#247645
Shikkediel
Participant

Just removing a few fixed heights from the wrapping elements should be a step in the right direction.

.fusion-page-title-bar {
  height: 85px;
}

Above is inline, below in style.css on line 6595:

.fusion-page-title-bar {
  height: 87px;
}

You could also override them:

.fusion-page-title-bar {
  height: auto;
}