Hi there,
Similar to the thread: https://kriesi.at/support/topic/add-address-next-to-logo/ I want to add the telephone number in large type in the space to the right of the logo.
I’ve tried the code changes in the above thread by to no avail. Can you help?
Thanks,
D
Hey D!
Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
If you need any help adjusting the codes, feel free to let us know
Best regards,
Yigit
Thanks Yigit,
Unfortunately, that places the widget in the Title and Breadcrumb area. I want it to go in the whitespace to the right of the logo. I’ve left it where it is for now if you want to have a look.
D
Hi!
Please add following code to Quick CSS
div#text-2 {
float: right;
margin-top: -100px;
}
Best regards,
Yigit
Hey!
You can also try to use:
#text-2.widget_text {
left: 250px !important;
position: relative;
top: -125px !important;
}
.header-scrolled #text-2.widget_text {
left: 250px !important;
position: relative;
top: -100px !important;
}
Regards,
Günter
That’s the one thanks!
D
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit