Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #547604

    Hello,

    With the last item of menu :

    http://img11.hostingpics.net/pics/695534copie.png

    the background is just only the length of text, is it possible that the hover background would be the entire case of menu item ?

    Thanks.

    • This topic was modified 8 years, 11 months ago by fred12100.
    #547664

    Hey fred12100!

    can u please give us a live link of your web site, so we can check and help you out?

    Regards,
    Basilis

    #547669

    Hello Basilis,

    Link in private content
    Thanks

    #547779

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a {
        padding-right: 20px !important;
    }

    Best regards,
    Rikard

    #547852

    Hi, it works better :
    http://img11.hostingpics.net/pics/692011copie.png

    but how to complete the space between the last li and separator (in red on screenshoot) when hover li ?

    Thanks

    #548501

    Hi,

    Try the following as well:

    .avia-menu.av_menu_icon_beside {
        padding-right: 0px !important;
    }

    You might want to remove the other code I gave you, not sure if it will look good in combination.

    Thanks,
    Rikard

    #548682

    Hi,

    Finally,

    a solution will be :

    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a{
        padding-right: 13px;
    }
    .avia-menu.av_menu_icon_beside {padding-right:0;}

    a combination of two of your answers :)

    with a result : http://img11.hostingpics.net/pics/121617copie.png

    • This reply was modified 8 years, 11 months ago by fred12100.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Last item menu background cut [solved]’ is closed to new replies.