Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #769168

    Hey guys, after extensive googling, i’m stumped. I’m trying to make my menu as long as the content on my home page, I tried using code from these posts https://kriesi.at/support/topic/increase-space-between-menu-items/
    however that only moved the dividers between my menu items, not the menu items themselves.

    Any help would be appreciated!

    #770091

    Hey Gyurn,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look. The page you gave – is maintenance mode :)

    Best regards,
    Victoria

    #770157

    OK, website is off maintenance!!

    #770188

    Missed the part about asking for access, below is the information. Thanks for looking into it Victoria!

    #770576

    Hi,

    I think it will be difficult to achieve that, though you can try to adjust the padding on the menu items using CSS like this:

    #main_menu li a {
      padding: 0 50px;
    }

    Best regards,
    Rikard

    #770746

    Hey Rikard,
    I tried that CSS and nothing happened, would you have any other ideas? Thanks!

    *Update*

    I was able to achieve it with,

    .main_menu ul:first-child > li > a { padding: 0 50px; }

    Thanks for the help Rikard!

    • This reply was modified 7 years ago by Gyurn.
    #770894

    Hi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

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