Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #289275

    Hello!

    In the footer, where the widgets are, how do I add a separator between them and set the color? I see there is a setting for the boarder around the whole section, but nothing I can find to add the separators.

    Thank you!!!

    Dave

    #289512

    Hi Dave,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .flex_column { border-right: 1px solid #e2e2e2; padding-right: 10px; }
    #footer .flex_column:last-child { border-right: none!important;  }

    If that is not what you meant, please post a screenshot and show how you would like it to look

    Best regards,
    Yigit

    #290159

    Thanks Yigit!!! That worked perfectly.

    #290161

    Hi!

    Great! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding a boarder/visable seperator between widgets in the footer’ is closed to new replies.