Footer in ethos

Hello there

I saw that in the footer there are some default separation lines which I like, but in some widgets I need them to be a little separated from the picture. like in the screen shot below.

Can you help?

thanks :smile:

Hey Isabela,

Thank you for the details.

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-colophon.top .x-column .textwidget.custom-html-widget,
.x-colophon.top .x-column .widget > * {
    display: block;
    margin-top: 16px !important;
}

Please note that with custom coding, issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.

Best Regards.

Sure! thanks a lot :slight_smile:

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.