Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #456413

    Hi there,
    simple question, but how do i add an image or text to the right hand side of the header when i have chosen “Logo Left, Menu Below”
    Need to fill that big hole :-)
    I dont want o hard code it if possible..
    maybe just some CSS?
    can you please provide how?
    cheers

    #456544

    Hi Jesus!

    Could you try to add a widget to the header? It involves a bit of code to paste but I think you can manage: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Regards,
    Rikard

    #459766

    Thank you Lord Rikard,
    you are now blessed !!

    #459772
    This reply has been marked as private.
    #459774

    Not sure what happened, its appearing below menu..
    need help

    #459795

    any joy?

    #459834

    definately no love here..

    #460050

    Hey!

    I can’t see a header widget on your page? We can help you out with positioning of it if you can add it again?

    Please not that replying to your own thread will send it to the back of our support queue.

    Regards,
    Rikard

    #461556
    This reply has been marked as private.
    #461560

    Hey!

    Please add following code to Quick CSS

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

    and adjust its position as needed. Also please make sure to disable CSS minifying feature and flush browser cache.

    Regards,
    Yigit

    #461638

    still not right.. ive disabled the cache plugin but its sitting under menu still..
    please help
    cheers
    Pete

    #461747

    Hey!

    Please try the following instead:

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

    Regards,
    Rikard

    #461875

    Rikard, you are the CSS God !!
    Bless you

    #461970

    Hey!

    I wish I was! Glad we could help :)

    Regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Adding text or image to the right hand side of header’ is closed to new replies.