Hello,
My header and logo area has changed after upgrading to 3.0.1 from 2.9.2.
The horizontal rules are gone, and the menu area is taller and hangs over the tagline.
You can see the before here
http://www.tonyskalicky.com/remco/
(this was the old testing site, still running 2.9.2)
And the after here
http://www.remcopress.com
(the live site, running 3.0.1)
How can I get the styling I had on the “before” page back? Thanks!
Hi tonyska!
Have you figured it out already? I cannot see any difference except for top padding, which can be fixed with following code
.logo img {
padding-top: 5px;
}
Cheers!
Yigit
Looks like it was just a quirk on this particular computer, don’t know why. Looks great everywhere else and in other browsers. Oh well. But thanks for the padding tip!
:)