Tagged: footer
-
AuthorPosts
-
November 5, 2015 at 3:01 pm #530811
Hi there,
I want to put a paragraph of small legal text that runs in a row underneath the current row in the FOOTER, before the socket.
* The original website (non-responsive) has this as you will see (link sent privately) – begins ‘Warning…’
* The current website (Enfold) needs to carry the same text in the same position (link to this also sent privately)Any help/Quick CSS options with this please?
Many thanks in advance
Steve Day :-)November 5, 2015 at 3:06 pm #530814Hi sd142ppr!
You can edit footer.php file and add the text manually or go to Enfold theme options > Footer and choose to display 5 columns and add your text into a text widget in Appearance > Widgets and place your text widget into 5th footer column and then let us know so we can provide you custom CSS code to make it fullwidth :)
Best regards,
YigitNovember 5, 2015 at 3:22 pm #530822Thank you for a quick response!
I’ve done the 5 column option (anything to avoid the php files!), so you can see it in there now (link privately provided).
Apologies, but I also need it quite small and light grey – can you add a Quick CSS adjustment for all in one go?
Again – thank you :-)
SteveNovember 5, 2015 at 3:26 pm #530824Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .flex_column:nth-child(5) { width: 100%; margin: 0; color: grey; } #footer .flex_column { width: 20%; }
Best regards,
YigitNovember 5, 2015 at 4:09 pm #530883Thank you very much! Lastly – is there any way to make the text smaller for this also?
Appreciated :-)
November 5, 2015 at 4:11 pm #530887Hi!
Please add following code to Quick CSS as well
#footer .flex_column:nth-child(5) { font-size: 12px; line-height: 12px; }
Best regards,
YigitNovember 5, 2015 at 4:16 pm #530896Perfect! Thank you Yigit :-)
November 5, 2015 at 4:21 pm #530903Hey!
You are welcome, we are always happy to 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 -
AuthorPosts
- The topic ‘Add extra row in footer’ is closed to new replies.