Tagged: footer
I can’t get the 4th column content (even though in Enfold I have selected 4 columns in footer, and in the Widgets I have content in the “Footer – column4” area. https://renewyoumedical.com/
Hey Christy,
Thanks for the link to your site, I see that you are using v4.7.6.4, you may wish to update to v5.1.2.
The issue with your footer columns is that the 1/4 columns have a width of 24.5% where they should have a with of 20.5%
Please check your custom css for this, or try this css in Enfold Theme Options ▸ General Styling ▸ Quick CSS field
#footer .av_one_fourth {
margin-left: 6%;
width: 20.5%;
}
#footer .first.av_one_fourth {
margin-left: 0%;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Yep … had this in my CSS (see below) … ugh duh!!!! THANK YOU SO MUCH!!!
div .av_one_fourth {
margin-left: 2%;
width: 24.5%;
}
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike