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

    Is there a way to have 2 images in the header. 1 would be left – like a regular “logo” and the other right – above the menu.

    Here is a site using this design that I am trying to see if possible.

    There is the circle logo on the left and the
    letters above the “contact” menu item on the right.
    Thanks

    #667056

    Hey daniwaxman,

    Please create a header widget and add your image in the widget area.

    kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Vinay

    #667820

    Thanks – worked great.

    However it seems that with the widget the menu items are not sized correctly. It may be due to some custom CSS I addded.

    If you hover over a menu item you will see it is clickable for many pixels above and below the actual text.

    Thanks

    #668107

    Shalom,

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

    #top #header_main > .container .main_menu ul:first-child > li > a {
        line-height: 50px;
        height: 50px;
        top: 120px;
        position: relative;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

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