-
AuthorPosts
-
October 24, 2023 at 9:56 am #1423527
Is it possible to place an image slider next to the logo?
The current site https://www.schultebv.nl/ has this and they would like it also to have in their new enfold website.October 25, 2023 at 4:52 am #1423634Hey Support,
Thank you for the inquiry.
This option is not available by default but you might be able to accomplish the same thing by inserting a widget area in the header. You can place one of the slider shortcodes or embed a script in the widget.
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
You can also modify the header.php file or the includes > helper-main-menu.php file directly.
Best regards,
IsmaelDecember 13, 2023 at 10:22 am #1427969Thank you for the information.
I have been trying to get the widget next to the logo but it looks like the example css doesn’t work. I have tried the css from https://kriesi.at/documentation/enfold/example-of-logo-left-menu-center-widget-right/
When using the css the widget stays as top element instead of showing it next to the logo.
We want to have the logo on the left, the menu below and the widget next to the logo.
I hope you can help use to get the widget on the right placeDecember 13, 2023 at 2:11 pm #1428001Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#text-4 { position: absolute; left: 250px; }
Best regards,
RikardDecember 13, 2023 at 3:35 pm #1428009Hi,
The widget is now placed on the left of the logo. We would like it on the right side of the logo.
How can we do that?Best regards,
JuriDecember 14, 2023 at 5:35 am #1428050Hi,
Thank you for the update.
Did you remove the widget? We can’t find it in the header. To reposition the widget, try adjusting the left or right values in the css rule above.
#text-4 { position: absolute; left: auto; right: 50px; }
Best regards,
IsmaelDecember 14, 2023 at 1:28 pm #1428091Hi,
I think the last css did the trick. I have changed right: 50px; to 50%; and now it’s in the middle.
Next is getting a slider inside of it.
Thanks!
best regards,
JuriDecember 15, 2023 at 5:00 pm #1428238 -
AuthorPosts
- You must be logged in to reply to this topic.