Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #648723

    Hi guys,

    I’ve added the new code for header widget and added the image I’d like to display.

    How do I move the menu items further left and align the “free index image” to the right of the telephone number?

    Thanks

    #648724

    Hey robertscott!

    Can you please try to go to Appearance > Menus and add a new custom link and add your image using HTML in navigation label field? Could be an easier solution :)

    Best regards,
    Yigit

    #648732

    Hi Yigit,

    I’ve done that but the image isnt centred with the rest of the menu items. Also we’d like this image to open in a new tab too.

    Thanks

    #648735

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-menu-text img {
        position: relative;
        top: 10px;
    }
    

    then go to Appearance > Menus and click on “Screen options” button on the right top side and check “link target” and then click on your menu item and choose to open it in a new window.

    Best regards,
    Yigit

    #648738

    Perfect Yigit. Awesome thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Move menu and header widget position’ is closed to new replies.