Add a Header Right

Homepage Community Forums Aspire Theme Support Add a Header Right

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17654
    jondonley
    Customer

      Dear Wes,

      With a longer menu, the title-area with the logo pops up into its own space and floats left.

      I tried to add our phone number on the opposite side of this same space – float right, but the logo image resized itself very small – not sure why.

      Here is the site http://newdentalwebsite.com/

      I used genesis hooks and added a div with the phone number here:”genesis_site_title Hook”

      and created a div called p-number.

      Then I created this custom css for it:

      .p-number {
      float: right;
      color: #fff;
      text-align: right;
      }

      But then I had to set the title area width to 100% and the site-title to float left. Like this.

      .title-area {
      float: left;
      padding: 25px 0;
      width: 100%;
      }

      .site-title {
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 1;
      margin-bottom: 0;
      float: left;
      }

      But now the site title has resized very small.

      I am clearly missing something important. Any suggestions?

      Thanks!

      #17656
      Eric
      Customer

        Try adding width: 300px; to your .site-title code. That should make it the normal size again.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #17663
        jondonley
        Customer

          Thanks so much. Worked perfect.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Add a Header Right’ is closed to new replies.