I would like to make the logo larger / taller then the top menu bar area and I am have having trouble figuring out the CSS.
If you go to: http://mansion.hypecreativegroup.com/ you can see the site I am working on. I want the white menu area to be shorter than the logo height. The menu are should stop where the wording in the logo says Bed & Breakfast… – the logo will appear to ‘hang’ off the menu area.
Can you help me with the CSS please?
– Tyler
Hey GreenAppleWebs!
Please add following code to Quick CSS
#header_main .container { height: 85px !important; }
.logo img { height: 117px!important; }
It should look like this http://i.imgur.com/u3c93we.jpg
Regards,
Yigit
Thanks Yigit!
Sorry for the slow reply, I forgot to follow up with you guys.