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

    Hello,

    Please check http://www.itstwentytwo.nl/wp
    In the menu there will be 8 items. In the middel of these items, I would like to add an image. So four menu items on the left side of the image and four on the right side.
    Is it possible to add an image in the menu and if so, how can I do this? I tried putting the URL as link but that didn’t work out…
    Thanks for your help!

    #387232

    Hey famewebdesign!

    I viewed your site but I only saw four links in the menu. The CSS your wanting is this.

    #menu-item-33 {
      margin-right: 200px;
    }

    And then you can add a logo to your page and use this CSS to move it to the middle.

    .logo {
      left: 50% !important;
      transform: translate(-50%);
    }

    Regards,
    Elliott

    #387272

    Thanks! There will be indeed more menu items when I finish the website. So you say I can add the logo and move it to the middle. But I will create it like this:

    menu-item / menu-item / menu-item / menu-item / IMAGE / menu-item / menu-item / menu-item / menu-item.

    How can I create space in the menu for the logo?

    Is it not possible to add an image in the menu?

    #387568

    Hello, now I have added all menu items. But in stead of the HOME menu item, I would like to add an image.

    #387614

    Hey!

    It’s possible, you can put an IMG html tag as the menu label – http://screencast.com/t/4qitNTdApI

    Cheers!
    Josue

    #387643

    Thanks Josue!

    #387644

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘image in menu’ is closed to new replies.