Tagged: footer
Hello. Please see my attached image. I’m trying to achieve the results at the bottom-most part of the image. I can’t get the 3rd column to move over properly.
Thank you,
Ryan
Hi rlogan2334!
When I view your site it looks like the first part of your screenshot so I’ll assume you got it sorted already.
Best regards,
Elliott
Sorry, but I would have updated my ticket if that were the case. The issue is still there.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#footer .flex_column:nth-child(3) {
margin-left: 1%;
}
Best regards,
Yigit
Thanks for giving me a place to start.
Hopefully this helps someone else. Footer alignment is the only thing I don’t look forward to when working with Enfold. Would be cool if you could enable the advanced editor for the footer.
/* Right aligns news/blog entries in the Enfold footer. The goal is to right-align footer column 3/3 */
#footer .flex_column:nth-child(3) {
text-align:right; !important
}
/* Hides the news/blog thumbnail from the Enfold footer. The goal is to right-align footer column 3/3 */
#top .news-thumb {
display: none;
}