Hello
In the footer I have 4 columns. The widgets in column 3 and 4 "News" and "Search" are not at the same vertical position as column 1 and 2 "IMSS" and "Service".
Any Ideas?
Thanks for Feedback
Bernd
Hello
In the footer I have 4 columns. The widgets in column 3 and 4 "News" and "Search" are not at the same vertical position as column 1 and 2 "IMSS" and "Service".
Any Ideas?
Thanks for Feedback
Bernd
Hi Bernd,
Try to add this code in your Quick CSS (inside Coherence > Theme Options > Styling) or custom.css file (located in the css folder of your coherence folder):
#footer .widget {
padding: 0;
}
or
#footer .widget {
padding: 0 !important;
}
Hope this helps.
Regards,
Ismael
Ismael, you did it again! It works
Thank you very much
bernd
This topic has been closed to new replies.