-
AuthorPosts
-
February 16, 2016 at 5:18 pm #584286
Hello,
My question relates to: http://radiosmash.ch
Is it possible to add content to the end of the left menu, i marked it with a red cross at this picture:
http://fs5.directupload.net/images/160216/26mptlx5.jpg
Many thanks and best regards,
JürgenFebruary 17, 2016 at 8:46 am #584529Hi Jürgen,
Please try adding a widget area to your header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. We can help you out with styling once you’ve added it.
Thanks,
RikardFebruary 17, 2016 at 2:34 pm #584744Oh yeah, that’s cool… Many thanks! :-)
But now i’m missing the line under “Facebook, Twitter, etc.”
This line is now under the new widget.The line should be facing up and the widget perhaps even a line that would fit into the concept.
I want a line above and below the widget. Is there a simple solution?February 17, 2016 at 4:21 pm #584819I ask the question rather better:
How do I get the “Widget” the Flayer under the “Menu” that the “widget” on Facebook, Twitter, etc. coming? With CSS it does not work, right?
Just look at this picture, it’s better than text: ;-)
February 19, 2016 at 6:25 am #585866Hi!
Add this in the Quick CSS field in order to fix the border:
#header .widget { border-top: 1px solid #e1e1e1; }If you want to move the widget on top of the social icon. Replace the action hook with this:
add_action( 'ava_inside_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }Cheers!
IsmaelFebruary 19, 2016 at 5:34 pm #586185Wunderful, thats very simple but perfect! Many thank!
February 22, 2016 at 6:49 am #586882 -
AuthorPosts
- You must be logged in to reply to this topic.
