Okay
  Public Ticket #2306850
sub menu length
Closed

Comments

  • trinicloud started the conversation

    How can i make the sub menu longer ? i have changed my font size to 20 . please see attached image

  •  3,022
    Andrew replied

    Hi there,

    Use the following custom css:

    #top .sub-menu a {
        padding: 10px;
    }
    

    Hope this helps.

  • trinicloud replied

    Andrew, padding doesnt seem to work.

    I want to extend the length of the sub menus so that the words are not jubbled.

  •  3,022
    Andrew replied

    Hi there,

    Your website is under construction hence not accessible. Can you allow us access it so that we send possible css.

    Thanks.

  • trinicloud replied

    Andrew i have the client site accessible for now. 

  •  3,022
    Andrew replied

    Hi there,

    Use the following custom css:

     #top .sub-menu a {
        line-height: 20px !important;
    }
    

    Hope this helps.

  • trinicloud replied

    Thanks for the reply Andrew, but that does work.

    I want to be able to for example have : "Quality management system"  as one line.

    I even tried increase the value from 20 to 40px but that just increases the spacing between lines

  • trinicloud replied

    any update on this ?

  •  3,022
    Andrew replied

    Hi trinicloud,

    Try the following to increase submenu width:

    @media only screen and (min-width: 1000px){
    #header-outer[data-format="centered-menu"] #top nav >.sf-menu >li ul{
        width:400px;
    }
    }
    

    Hope this helps.

  • trinicloud replied

    Thanks that worked.. :)

    All i have to do now is to change the background colour of the sub menu

  •  3,022
    Andrew replied

    Hi trinicloud,

    Change that in Salient > Header navigation > Layout and General styling

    4362935457.png


    Hope this helps.

  • trinicloud replied

    i love the support.. question: how do i remove the 1px space between the menu and the submenu ? i see it when i scroll down the page and move over the menu/sub menus

  •  3,022
    Andrew replied

    Hi trinicloud,

    Can you send a screenshot indicating it so that we easily locate.

    Thanks.

  • trinicloud replied

    please see attached

  •  3,022
    Andrew replied

    Hi trinicloud,

    The website is not accessible from public. Can you share login credentials so that we can see possible css direct from your website

    Thanks.

  • trinicloud replied

    i am putting the site live for a few minutes

  •  3,022
    Andrew replied

    Hi trinicloud,

    Try the following:

    #header-outer:not(.transparent) .sf-menu > li ul{
        border-top-width:0;
    }
    

    Hope this helps.

  • trinicloud replied

    thanks Andrew .. it works. you can close this ticket.

  • arsport replied

    Hi, I need decrease the padding between MAIN MENU and 1st subMENU item.

  •  3,022
    Andrew replied

    Hi arsport,

    Your website is under construction hence not accessible. You can share temporary username and password that can allow us to see the menu.

    Thanks.

  • arsport replied

    Andrew the site is vidanuevaenlinea.com and now is launched. Thanks!

  •  3,022
    Andrew replied

    Hi arsport,

    Sorry for delay in response.

    The website has no sub menu right now. If you still need to reduce the padding then please redirect us to a link where we can see.

    3966515207.png


    Thanks.