I’m trying to create a border at the bottom of the header; however, when I do create a bottom border, it does not stretch across the full page. It seems to stop at the logo container. Can I get a little code to make the border stretch the entire length?
Thank you!
Hi abe_mend!
Please try the following
.av_minimal_header #header_main, .av_minimal_header #header_meta { border top: 1px solid #000; }
Let us know if that works out for u
Best regards,
Basilis
Thank you for replying, Basilis. I put that in the Quick CSS box, but that didn’t seem to work. I redid the border to show you what I mean. Please check my website. The drop shadow makes it all the way across, but the border does not. Do you have any other ideas?
Thanks!
Hey!
change the border to border-bottom and if it does not work, please provide access to the web site
It does work on debugger, so would need to hceck out
Best regards,
Basilis
Of course, I should have done that. Unfortunately, that doesn’t seem to help. I’ve included my login info for the site.
Basilis! I got it. I was missing the stupid hyphen. Your fix worked! Thanks for your help!