Hi
I would like to insert a widget inside socket.
I tried on the “Copyright” field : © Copyright – [av_sidebar widget_area='Facebook Widget']
It works but I will like to have only the widget centered and on the same line as the text “© Copyright”
How can that be done
Thanks
Very good theme!!
Hey devok!
I’m not sure if we can help you because the socket does not support widgets by default and we can’t provide support for customized theme code. If you can provide a link to your website we’ll have a quick look – maybe we can find a solution based on css code.
Best regards,
Peter
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
span.copyright { width: 100%; }
#socket div#avia_fb_likebox-5 { padding: 0; width: 30%; }
#socket .avia-builder-widget-area.clearfix { width: 60%; float: right; }
Regards,
Yigit
Thank you very much!!!