Hello,
I have a Form header made up of three elements. A simple gray bar at the top, a logo overlapping that bar, and the text title itself.
I've got the gray bar and the logo positioned exactly where I want but am having trouble moving the text more towards the center.
My css is as follows:
#q18 {position: absolute} #q17 {width: 220px; height: 200px; text-align: right; position: relative; left: 550px} #q2 {position: absolute; height: 400px; width: 400px; margin: 0px; top: 50px}
With q18 being the gray bar, q17 being the logo, and q2 being the text.
Any help would be appreciated!
Thank you.