Closed (fixed)
Project:
B7
Version:
5.x-1.2
Component:
Style
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
30 Aug 2008 at 05:37 UTC
Updated:
6 Dec 2011 at 15:01 UTC
Hi,
I added a leaderboard ad 728x90 in the header block right above the mission statement and below the primary links. It sets to the left and i'm trying to figure out how to center it. I can't figure it out. If you could help me it would be greatly appreciated.
wcm
Comments
Comment #1
bradlis7 commentedDid you try just using <center>. It's a depreciated html element, but it would probably do the trick.
If you want to remain html compliant, wrap it in a <div> with a class or id, and then in base.css, set text-align: center, or just do <div style='text-align:center'>.
Try those and let me know if it doesn't work.
Comment #2
bradlis7 commented