Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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 :-)

    #530814

    Hi 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,
    Yigit

    #530822

    Thank 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 :-)
    Steve

    #530824

    Hey!

    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,
    Yigit

    #530883

    Thank you very much! Lastly – is there any way to make the text smaller for this also?

    Appreciated :-)

    #530887

    Hi!

    Please add following code to Quick CSS as well

    #footer .flex_column:nth-child(5) {
        font-size: 12px;
        line-height: 12px;
    }

    Best regards,
    Yigit

    #530896

    Perfect! Thank you Yigit :-)

    #530903

    Hey!

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Add extra row in footer’ is closed to new replies.