Twenty-Eleven Navigation Help Please ^-^
-
My navigation menu is showing as a list in vertical if you view it in Internet Explorer. I never noticed it until I click full view while using mobile. I always use Firefox as a browser and it is looking very good with the menu placed horizontally. I just viewed it in Google and it show some square bullets but at least it’s in horizontal position. I just don’t know why in IE and in mobile it’s showing as vertical list and I don’t like that. Please help me in fixing it. Thank you. my site bytheway is AngryPassionate
-
I think you’re getting Karma for disabling right click.
Well karma is a b8tch but I still need help in fixing it ^-^
Can you enable right click?
It’s not karma; it’s because you are styling all unordered lists with squares. css:348
If you target the menu class you can avoid that. 🙂
@ jose, I usually use Firefox and I never had to style it with squares and didn’t messed with css. How to fix it? Thanks in advance.
@ Andrew- you can view it in Internet explorer and no right click is disabled ^-^
It should be in your interest to make it easier for volunteers to diagnose the issue.
Sorry, you’ve lost me.
You can add the rule:
list-style-type: none;to the
#acces ulblock. You also for some strange reason have a capitol “F” at the beginning of your style.css file.@ Jose. Thank you. I found out the Capital F too; that was weird.
Is this right?
}
#access ul {
font-size: 13px;
list-style: block;
margin: 0 0 0 -0.8125em;
padding-left: 0;
list-style-type: none;
}Yep. That will remove the square styling. As far as the displaying in vertical I want to say that is most likely a media query
Thank you Jose for your help. I will try changing theme and just play with it. Thanks again for your help.^-^
The topic ‘Twenty-Eleven Navigation Help Please ^-^’ is closed to new replies.