Navbar CSS not working
-
I’m trying to make a horizontal navigation bar for my blog, I already had one but it stopped working when I changed the layout a bit. I have this code in header.php:
<?php include (TEMPLATEPATH . '/meny.php'); ?>
then an own page called meny.php, and the style in style.css. Obviously the menu is found, since I can see it under my header, but the css styles won’t apply so it won’t even become horizontal.
Here is my site: https://itsthea.femelle.no/
Does anyone know what the issue is? I’ve tried changing the div name as well with no luck
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Navbar CSS not working’ is closed to new replies.