Hi I would like to add a button and some text to the right of my logo in the header. Could you please explain how to do this. I would like something like the attached image.
Many thanks
Hey bramblejam,
Please, the attached image is broken. May you check it?
Best regards,
John Torvik
hi John
here is the link to the image:-
http://www.speanlodge.co.uk/header.jpg
Cheers
Hi,
I think what you want to achieve can be done by using widgets and following the instructions on this thread: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Nikko
Hi
Thanks for your help.
It works OK on desktop but on a mobile the button is over the top of the logo, is there a way to make the button appear underneath the logo on mobiles?
Regards
Kenny
Hi,
There’s not a lot of space in the header on mobile widths, but you can try something like this:
@media only screen and (max-width: 767px) {
#header .widget {
left: 42%;
transform: translate(-0%);
position: inherit;
display: block;
}
}
Best regards,
Rikard
Hello
is this link is still working http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/?
Hi mela1989,
Yes, it is working.
Best regards,
Victoria