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

    I everyone,
    I want to group the items in Main Menu by changing the distance beetween each elements.

    In Main Menu I have:
    First group: Production – Design – Communication – Equipment;
    Second group: About Us;
    Third group: Portfolio;
    Fourth group: Contact;

    Thanks to those who will help me!
    Daniele

    #1215742

    Hey DC94,

    Could you please give us a link to your website, we need more context to be able to help you.

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1215790

    Hi Victoria,
    This is the website: http://www.oobegroup.com but is still under contruction.
    The result I would is like this.
    menu

    Regards,
    Daniele

    • This reply was modified 4 years, 5 months ago by DC94.
    #1216094

    Hi Daniele,

    You could try adding negative margins to the menu items, like this example for the second menu item.

    #menu-item-446 {
        margin-top: -50px;
    }

    Just find the ID for the menu item and repeat the same code for the other items.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.