[CSS] List location & current_menu_item problems
-
I’ve been trying to port a simple website to wordpress today and I am nearly finished, though I have 2 problems atm.
Problem 1:
On my original website I have a submenu list that is aligned to the left inside its div. Simply it touches the left edge of the div.
Now when I have made so it populates a list of submenus inside that div, they don’t align to the left anymore. If I draw a border I can clearly see that the div is placed completely to the left, the list’s border also shows that the list is to the left-most. But the items in the list is still as far of to the right in the “list field” they can be :/I have tried looking for changes in the css that have been made but I can’t find a damn thing. The list items still style correctly, it is just their location that is wrong.
Wrong:
https://i43.tinypic.com/2ujnhuf.pngCorrect:
https://i41.tinypic.com/2096dl5.pngThe shadow is the border of the div/list.
Here is the css:
https://pastebin.com/hphVi30eI included css of the main div since the submenu is located inside it.
I must have done something wrong o.OProblem 2:
So I want to highlight/re-style the selected menu item, both in my submenu and in my main menu.
I have checked and both menus output current_menu_item in the code when selected and so on. But the styling in the css won’t apply on them if I use the .current_menu_item. But if I use .current_page_item then it works. So I just want to know why the other doesn’t work and which I should use?
- The topic ‘[CSS] List location & current_menu_item problems’ is closed to new replies.