Hey Guys
I was building a site on a seperate domain here
http://www.drakeeats.com
and moved it to here
http://www.westcobbdiner.com
There is a small white line going across the top on the drake eats site and I can’t get the same look on westcobbdiner.com. I have tried adjusting some numbers in CSS. Any ideas?
Hey Guys
Any ideas on this?
Hi!
I don’t know what the settings difference is but you can hide the logo/nav container on the non-dev site with:
#header_main > .container {
display: none;
}
Best regards,
Devin