Can an element be placed in a widget.
I would like to get the logo partner slider into the footer.
Thanks
James
Hey James!
Do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, it will let you see the shortcodes in the layout builder. You can then copy the shortcode into a text widget in the footer. Some shortcodes will not work such as fullwidth elements.
Best regards,
Elliott
OK!! I did that.. working great! thanks.. Can I resize the Footer, with css code so that it makes it tighter on the slider.. AKA no padding?
James
Hi!
Try this in the Quick CSS field:
#footer .container {
max-width: 80%;
}
Cheers!
Ismael
Thanks Ismael, but thats not what I was looking for.. see attached pic. The red area I want gone, I want it slim.. say only as big as the black lines.
Hey!
Please add following code to Quick CSS
#footer .widget {
margin: 0;
}
Regards,
Yigit
Much better thank Yigit.
James