This topic has 10 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
Is there any way to make custom footers? I have attempted to the widgets however it is impossible to get it to line up centered.
Hello,
You can create footer as described in our documentation:
https://www.8theme.com/demo/docs/blanco/#!/widgets
Could you please show a screenshot what you’d like to achieve?
Provide us with WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
Mr. Richardson,
Thank you so much for your reply.
Picture is attached.
Hello,
I’ve added widgets to your Prefooter area in Appearance > Widgets.
Please add this code in custom.css file:
#prefooter {
display: flex;
}
#prefooter .textwidget {
width: 30% !important;
}
.custom-info-block.a-left, .custom-info-block.a-right {
width: auto;
}
.icon-set-lsi_widget-2 {
width: 50% !important;
}
and check prefooter on your site after that.
Best regards,
Jack Richardson.
Thank you so much. One minor issue, any way to get the items on the right to align top instead of bottom?
Hello,
Please provide us with FTP credentials in Private Content.
Best regards,
Jack Richardson.
I do not have FTP setup. Is there another way i can work with you on this?
Hello,
We need to check your custom.css file, but can’t see it in wp dashboard > Appearance > Editor. Please give us access to it.
Best regards,
Jack Richardson.
I made the file writable so you should be able to edit now. Here’s a copy as well.
Thanks again for your help.
Hello,
Please check prefooter section now.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up