Okay
  Public Ticket #1560793
Sub nav cut off onsome screens
Closed

Comments

  •  4
    jaitkenphoto started the conversation

    The sub nav boxes are too long on some screens (See the Make an Appointment one in attachment). Can you please provide me with some CSS content to not have so much padding after the final letters in the subnav menu items?

  •  1,611
    Barry replied

    Hi there,

    Thank you for adding the screenshot.

    The only way to fix this for all screens widths is to align the submenu of the last parent menu item to the right instead of left. Please add the following css via Appearance -> Customize -> Additional CSS:

    @media (min-width: 992px) {
        .main-navigation > li:last-of-type .sub-menu { left: auto; right: 0;}
    }

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  4
    jaitkenphoto replied

    That'll work for now, thank you!!!

  •  1,611
    Barry replied

    Great! You're welcome.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes