Reduce space before and after text in footer area in X theme

hi,

is there any way i can reduce the space before (above) and after (below) text in footer area?

thanks,

darryn

Hey Darryn,

You can do that by adding this custom CSS in X > Theme Options > CSS:

.x-colophon.bottom .x-colophon-content {
    margin: 0;
}

.x-colophon.bottom .x-colophon-content p {
    margin-bottom: 0 !important;
}

If you want to add some space, adjust the margin value in .x-colophon.bottom .x-colophon-content to 20px 0;

Hope this helps.

Thank you Jade,

much appreciated!!!

You’re most welcome, Darryn.

Have a nice day!

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