Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #456744

    Hello,

    i’ve created a header widget at: http://radio-smash.ch

    Here is what i use in quick css:

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

    How can a put the widget at the right side at the header?

    Many thanks for help!

    Best regards,
    Jürgen

    #456865

    Hey Jürgen!

    If you want it on the right hand side then remove this part.

    transform: translate(-50%);
    

    Cheers!
    Elliott

    #456933

    Wowww, many thanks!

    ;-) That works perfect!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold Header Widget’ is closed to new replies.