Skip to:
Content
Pages
Categories
Search
Top
Bottom

submenu of submenu displacement

  • @alex80ks

    Participant

    I tried allready to write about this small bug but i cant :) im new here so dont be angry.I use default bp theme with very little modifications and i notice when i add another submenu item on my allready created submenu item he dont stand right so i find a little prob there:
    CSS code says
    `#nav .sfhover ul li, #nav *:hover ul li {
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    width: 128px;
    }
    #nav .sfhover ul li a, #nav *:hover ul li a {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    }` and that make submenu first item of my allready created submenu distorted
    so i change it like this:
    `#nav .sfhover ul li, #nav *:hover ul li {
    height: 30px;
    line-height: 30px;
    text-indent: 0;
    width: 128px;
    }
    #nav .sfhover ul li a, #nav *:hover ul li a {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 0;
    }` i hope that i helped a little ppl to fix that :)

Viewing 6 replies - 1 through 6 (of 6 total)
  • @djpaul

    Keymaster

    Can you upload a screenshot showing a before/after?

    @alex80ks

    Participant

    here i reverted it back as default on http://www.velikisiljegovac.com look at menu called Забава>>Форум>>Counter strike this first item called Counter strike is little displacing and second is good so i use firebug to find it.Firefox showing that small error,google chrome also,internet explorer 7 is trouble but who use ie7 anyway.I can try it with others browsers if you like?

    @alex80ks

    Participant

    One more thing i forgot to say i used Navigation menu from Appearance>>Menus to make menu order,this item is from forum bbpress so iwas suspicious about that so i tried also to put static page in order to isolate whats wrong but same thing so i eliminated possibility that is bbpress make that.I will try to make menu thry pages instead of Menus and i will let you know is it working on that way with default CSS settings.

    @djpaul

    Keymaster

    Thanks, I see. I’ve just tried recreating on a local test install of BuddyPress (no other plugins) and it seems ok. Hopefully someone else will see this thread and test, too, to check if i’m right or wrong.

    @alex80ks

    Participant

    Ok i will test all plugns becouse i have another problem with some plugins becouse my website some js redirecting on malicious site when i type over google.If i manage to isolate that script where is i will post here name of that plugin.I just found out that.Should i post topic about that or not?Thanks on help :)

    @alex80ks

    Participant

    http://www.velikisiljegovac.com/slikevs/menu.jpg screenshoot same thing happening when i use order from pages and same from Menu Navigation, also same thing happening when i revert to default theme.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘submenu of submenu displacement’ is closed to new replies.
Skip to toolbar