New Landing How can we help? Themeforest Theme Support Dante How to change length of navigation bars

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Dante
  • #263073
    Dottino
    Member
    Post count: 12

    Hello,
    I have some long navigation names, how do I make it so they don’t appear with this at the end … but have the full name of the page on the menu item? See screenshots. It would even be ok if the type was stacked. I would also like the hover action be adjusted to the same length/height too.
    Thank you,
    Andrea

    Attachments:
    You must be logged in to view attached files.
    #263185
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav#main-navigation ul.sub-menu li.menu-item > a {
        font-size: 14px !important;
    }
    

    Thanks
    Mohammad

    #263241
    Dottino
    Member
    Post count: 12

    Hello,
    Thanks for your reply. I didn’t want the size of the font to change. I want to keep the 18pt I have set. I want the actual bars to be longer so it will fit the words in and doesn’t cut them off with … See sample.jpg. I want to add on like I did here (shown in yellow) so the words will fit. If the page title is really long I want it to all fit but maybe in two lines. Is that possible?
    Thank you,
    Andrea

    Attachments:
    You must be logged in to view attached files.
    #263252
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    nav.std-menu .menu ul li > a, nav.std-menu .menu ul li > span.title {
      max-width: 400px;
    }

    – Kyle

    #263700
    Dottino
    Member
    Post count: 12

    Hi,
    That didn’t seem to do anything. I am attaching a screenshot so you can make sure I put it in right. I had already made a few custom css entries. Thanks, Andrea

    Attachments:
    You must be logged in to view attached files.
    #263763
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please clear the cache of browser and check for issue. Let me know your feedback.
    Thanks
    Mohammad

    #263802
    Dottino
    Member
    Post count: 12

    Yes, it looks good now. Thank you. But I would also need the length of the bars for 3rd level navigation lengthened too. Please see under the menu: About-Testimonials- and then there are 5 that are in a 3rd level sub navigation that are still cut off: Hospital Testimonials, Patient Testimonials, etc.

    http://litossc.com/dottino/

    Thank you, Andrea

    #263906
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try this :-

    nav.std-menu .menu ul li > a, nav.std-menu .menu ul li > span.title {
      max-width: 450px;
    
    }

    Thanks
    Mohammad

    #263908
    Dottino
    Member
    Post count: 12

    That didn’t work, I need to change the 3rd level sub navigation, please see screenshot I attached. See how Hospital Testimonials, etc are cut off still? 2nd level navigation is perfect now. I just need 3rd level fixed now.
    Thank you,
    Andrea

    Attachments:
    You must be logged in to view attached files.
    #263966
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav.std-menu .menu ul.sub-menu li ul.sub-menu{
    min-width:250px !important;
    }

    Thanks
    Mohammad

    #264045
    Dottino
    Member
    Post count: 12

    Thank you, that is what I wanted. One more question, or should I submit a new ticket?
    How do I get rid of the line that appears when you hover over a main menu item, or when that page is active? (see screenshot) I thought I found the answer in a forum, but it didn’t work for me.
    Thank you,
    Andrea

    Attachments:
    You must be logged in to view attached files.
    #264047
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    nav#main-navigation .menu > li > a span.nav-line {
      display: none;
    }

    – Kyle

    #264054
    Dottino
    Member
    Post count: 12

    Thank you for your help. That worked!

    #264055
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register