Natural essence theme
|
11 posts
|
Hi all, I’m in the processes of porting the Natural Essence theme from Arcsin. http://templates.arcsin.se/demo/natural-essence-website-template/ I have run into two issues that I can’t figure out (some suggestions are much appreciated!): 1. The “discs” from the UL are floating above the menu. I tried to use “ list-style-type: none; “ in the navigation class to remove them, but it doesn’t work.. Any idea? 2. The active menu state does not work. navigation a#active {
background-position: left bottom;
color: #331; Am I missing something here? — Here is the link to my site: http://jcihelsinki.com/?natural-essence.html |
|
316 posts
|
You have done things slightly different from the way arcsin has done it. Arcsin’s code for that area is:
Your code is:
He doesn’t list his menu as a unordered list, he lists them under a <div class=“navigation”> and simply puting links in. I’m not sure, but can you not do the same? This is what he uses for his navigation system:
Not sure if that helps any… |
|
11 posts
|
Thanks a MILLION mtylerb! Your post helped. I made the following changes:
I will continue with some more tweaking of this theme port and send it to be posted in the Themes section. Thanks! J |