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

    Hey there,
    I wanted to add another image on the same level as the logo, but on the right side.
    So I searched and found this:
    http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    But it’s not working as I wanted. I played a little with the CSS but i wasn’t able to get it on the same level

    I looked in the settings and found that it’s possible to use the needed position for social icons.

    Can someone tell me how I can add an image to this position? In best case so that it’s not visible in the mobile version of the website.

    #436182

    Hey Philipp!

    Can you please post the link to your website? We can provide you custom CSS code to adjust the position of your secondary logo

    Regards,
    Yigit

    #436623

    Hi
    I have the same problem. I followed the instructions from http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and it worked but I have the navigation under the logo and it has placed the new header widget inside #header_main_alternate .container which is under the navigation and extends the navigation wrapper down.

    I would like it to be above the navigation inside #header_main.container_wrap.container_wrap.inner-container to position it to the right of the logo and above the navigation.

    Please could you let me know how can I get it above the navigation bar?

    Many Thanks
    Regards
    Colin

    #436634

    Hey!

    Can you please post the link to your website? We are going to need to see your websites live to provide you an accurate custom CSS code.

    Cheers!
    Yigit

    #436694
    This reply has been marked as private.
    #436703

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #header .widget {
      left: 50%;
      padding-top: 0;
      position: absolute;
      top: -120px;
      transform: translate(-50%);
    }

    Best regards,
    Yigit

    #436706

    Hi Yigit

    Thanks, that’s brilliant. Great support as always :-)

    Many Thanks
    Regards
    Colin

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Another image in the header / On logo level’ is closed to new replies.