spacing for buttons in ad_header_end

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mary303
    Senior Member
    • Oct 2006
    • 363
    • 4.0.x

    spacing for buttons in ad_header_end

    I'm adding buttons to ad_header_end, but the buttons are partially covered by the navbar section below it. I want to add a second row of buttons.



    Any tips? Thanks!

    (The buttons aren't yet working as this site isn't much active yet.)
  • Mary303
    Senior Member
    • Oct 2006
    • 363
    • 4.0.x

    #2
    Help! No matter what I do the buttons don't quite get their noses above water.

    I've tried moving the code to the header and to ad_header_logo, but it displays the same. I've returned it to a more natural home of ad_header_end.

    Thanks for any tips!!

    Comment

    • DoE
      Senior Member
      • Sep 2007
      • 763

      #3
      I just took a quick look and noticed your buttons are directly below a table, but are missing the <tr> <td> and the closing tags </td></tr>, and its </table> is located below the next table's </table>. Is this what you were going for? The stuff in red is missing:

      <table>
      <tr>
      <td>my button stuff that won't stay above water
      <table>
      <tr>
      <td> other stuff
      </td>
      </tr>
      </table>
      </td>
      </tr>
      </table>
      Last edited by DoE; Tue 12 May '09, 8:19am.

      Comment

      • Mary303
        Senior Member
        • Oct 2006
        • 363
        • 4.0.x

        #4
        Thank you - that explains it!

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...