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.
I’ve set up a user ID for you
.
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