frokenfri
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Adelle] How do I make a page-link "unclickable" in the navbar?Thanks ??
Forum: Themes and Templates
In reply to: [Adelle] Center navbar links without messing up the drop downIt’s a different issue, should I make another post about it?
Forum: Themes and Templates
In reply to: [Adelle] Center navbar links without messing up the drop downBut now I only have the problem with my caregories-page. I don’t want that link to be clickable.. I just want the drop down to be xD
Forum: Themes and Templates
In reply to: [Adelle] Center navbar links without messing up the drop downI fixed it with this:
.nav ul { margin-left: 200px; } .nav ul ul { margin-left: 0px; }
THANK YOU <3
Forum: Themes and Templates
In reply to: [Adelle] Center navbar links without messing up the drop downI tried to copy-paste your code into the Custom CSS Manager Plugin Settings but it doesn’t help :c
Forum: Themes and Templates
In reply to: [Adelle] Center navbar links without messing up the drop downThank you! I’ll try the plugin ??
Forum: Themes and Templates
In reply to: [Adelle] Center navbar links without messing up the drop downSo it’s the nav.ul that doesn’t like me ;b
I think both the drop down and the navlinks go under the same code but I don’t know how to fix it :/Forum: Themes and Templates
In reply to: [Adelle] Center navbar links without messing up the drop downI changed in the style.css so it looks like this:
.nav ul {margin-left: 220px; list-style: none; max-width: 780px; display: inline-block;} .nav a {text-align: center; display: block; padding: 14px; color: #fff;} .nav a:hover {text-decoration: underline; color: #fff;} .nav ul ul a {display: block; padding: 14px; position: relative;}
Forum: Themes and Templates
In reply to: [Adelle] Center navbar links without messing up the drop downNot at all, I’ve just been playing around on my site. It’s confusing since I used HTML a couple of years ago and now I’m all lost :c
Forum: Themes and Templates
In reply to: [Adelle] Center navbar links without messing up the drop downI’m sorrry but I don’t get it :<
Forum: Themes and Templates
In reply to: [Adelle] Background To White in Body and PostsI need help with the same thing.. Anyone?