css not applied properly
-
i am using wp 3.9.1 and simple page sidebars plugin 1.1.6. i have a text widget in the sidebar and code plus css to style a menu (because it has to match a menu from another part of the site which is not wordpress). css is like
#pm_ul{some css}
#pm_li{more css}
code is
<ul id="pm_ul">
<li id="pm_li"><a href="link1">Art</a>
<li id="pm_li"><a href="link2">Crystals</a>
<li id="pm_li"><a href="link1">Incense</a>
the second and third lines line up properly left-justified and use all the respective css. the first line aligns to the right even tho’ the css shows in the inspector as being the same as the other two.
weirdest thing is that if change ‘Art’ to ‘bArt’ (and only that), that line then is left-justified. changing it back to ‘Art’ causes it to become right-justified again.
help, help, please. i haven’t a clue what’s doing this. i can’t make it available to look at as the rest of the site is live and i can’t make the new page=>sidebar->menu public.
tx in advance for any clues, hints, corrections, suggestions, requests for more info, ???.
- The topic ‘css not applied properly’ is closed to new replies.