Tagged: , ,

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

    In trying to add an additional image on the right side of my header, I tried following the instructions located at this forum topic: https://kriesi.at/support/topic/adding-468-x-60-banner-to-header/

    The image I want to add shows up, but it is in the menu bar rather than the header. What did I do wrong?

    • This topic was modified 10 years, 5 months ago by getHopeGlobal. Reason: wrong test website address
    #281212

    Hey getHopeGlobal!

    Please change following custom CSS code

    .custom_content {
    position: absolute;
    top: 0;
    right: 0;
    }

    to this

    .custom_content {
    position: absolute;
    top: -100px;
    right: 0;
    }

    We simply change top value here

    Best regards,
    Yigit

    #281213

    That worked just great–thanks for the quick reply!

    #281215

    Hi!

    You are welcome, glad we could help! :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Additional Image in Header’ is closed to new replies.