• Resolved ir3l

    (@ir3l)


    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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think you’re getting Karma for disabling right click.

    Thread Starter ir3l

    (@ir3l)

    Well karma is a b8tch but I still need help in fixing it ^-^

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you enable right click?

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    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. 🙂

    Thread Starter ir3l

    (@ir3l)

    @ 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 ^-^

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It should be in your interest to make it easier for volunteers to diagnose the issue.

    Sorry, you’ve lost me.

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    You can add the rule:

    list-style-type: none;

    to the #acces ul block. You also for some strange reason have a capitol “F” at the beginning of your style.css file.

    Thread Starter ir3l

    (@ir3l)

    @ 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;
    }

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    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

    Thread Starter ir3l

    (@ir3l)

    Thank you Jose for your help. I will try changing theme and just play with it. Thanks again for your help.^-^

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Twenty-Eleven Navigation Help Please ^-^’ is closed to new replies.