Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #408482

    I want the header widget which I’ve added per instructions to appear in the white area aligned right – in line with the logo. Currently it is in the layerslider. I would like the header to appear as in image.
    Header - address
    I’ve set up a user ID for you
    .

    #408496

    Hi journey5956!

    Add this to your custom CSS.

    #header .widget {
      left: 80%;
      line-height: 18px !important;
      padding-top: 0;
      position: absolute;
      top: -80px;
    }

    And then add line breaks or <br /> in the text wherever you want to break a line.

    Regards,
    Elliott

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