Essentially, I want to lower the orange bar.
I’ve attached the WP theme and header jpg files for reference.
I’d also like to know how to get the Shearling Boots (black title) which
is part of the h1 tag in the theme to be positioned where the
Shearling Boot (orange title) is. I guess I should have the orange one
removed from the header image.
How do I get ride of the jagged edges on the orange bar under the header?
You could apply the image to the h1 itself and do away with the header div altogether and save some bytes and make it cleaner.
You could use the orange text from the image and just hide the text in the h1 with text-indent (there are better replacement techniques but I didn’t want to overload you with fixes :)).
I appreciate the help. I will be having the Shearling Boots title removed from the header image since the I positioned the h1 title properly.
However, there is a space between the Orange bar and the header that is driving me crazy! Also, this space varies depending on which browser
you look at the site through (IE, FF)
You still don’t need the header div as that is a waste of space as everything could be done with the h1 and the anchor. You should always try to minimise your code and not add elements where none are needed.
The code I offered was in good working order and could have been adjusted to suit quite easily.