Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #464598

    Hello!

    I’ve looked for a solution on the board but couldn’t find one. Would appreciate your guidance.
    .
    menu

    Per image, the final main menu item, needs some padding to the right of the item. In mouseover state, its revealed that the main menu label is pushed right up against the side of the main nav item…can it be padded to look the same as other items?

    Thanks

    #465061

    Hey astrolab!

    Add this to your custom CSS.

    .menu > li:last-child a {
      padding-right: 10px !important;
    }

    Regards,
    Elliott

    #465062

    Worked like a charm…thank you!

    #465472

    Hi!

    Glad we could help :)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Main Navigation Menu – final item needs padding’ is closed to new replies.