Thank you for the help. One last question. I’m having a hard time changing the header widget position. How do I decrease the space between the header widget and the menu below it. I’ve tried the below code, but I’m not getting any vertical movement.
#header .widget {
position: absolute;
top: 0;
left: -20px;
line-height: 0px;
}
I’ve corrected the logo and widget placement, but changing the float order. I am trying to figure out how to make the menu not float, but be a all black bar at the bottom, as it was originally.
Thank you for the quick answer. That fixed the issue.
Thanks for the quick reply.
Where it says /* Your Font */ is where I put Open Sans, correct?
Thank you, it’s exactly how it should be. I just have to tweak the logo and make it transparent.
Thank you.
Thank you. That worked perfectly.
This wroked perfectly. Thank you.