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

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #247642
    Anand_99
    Participant

    Hello All,

    I am working on this page http://rgs.usu.edu/graduateschool/degree/commencement/
    I want a way using which I can have fixed wrapped text. Meaning, how I fit that text completely that background or increase size of background dynamically to fit that text. And which is the best way to achieve it keep uniform design throughout.

    #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;
    }
    
    #247646
    Anand_99
    Participant

    Awesome, thanks!

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