Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

submenu of submenu displacement (7 posts)

Started 3 months, 2 weeks ago by: alex80ks

  • Profile picture of alex80ks alex80ks said 3 months, 2 weeks ago:

    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 :)

  • Profile picture of Paul Gibbs Paul Gibbs said 3 months, 2 weeks ago:

    Can you upload a screenshot showing a before/after?

  • Profile picture of alex80ks alex80ks said 3 months, 2 weeks ago:

    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?

  • Profile picture of alex80ks alex80ks said 3 months, 2 weeks ago:

    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.

  • Profile picture of Paul Gibbs Paul Gibbs said 3 months, 2 weeks ago:

    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.

  • Profile picture of alex80ks alex80ks said 3 months, 2 weeks ago:

    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 :)

  • Profile picture of alex80ks alex80ks said 3 months, 2 weeks ago:

    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.