Hi,
I am looking to make a minor adjustment to the spacing between the last two widgets in my site’s footer. I am trying to move the Share heading/Social media icons up so that the spacing below the orange link above it is consistent with the spacing between the other widgets in the footer. Could you please let me know what custom CSS I should be adding to make that change? I’ve included site access info in Private Content if it’s easier to just fix yourself. I’ve not very familiar with using CSS and would not know if what I’m doing might be conflicting with another piece of custom css code.
Thanks,
Trevor
Hey trevorjohnston,
First, it seems you are using a very outdated version of Enfold. In trying to fix your issue, my css is not being picked up at all. If you could please update your theme I can continue to troubleshoot this.
Best regards,
Jordan Shannon
I just checked Theme Update in my WordPress dashboard and it indicates I am using the most recent version of Enfold:
“Theme Updates
No Updates available. You are running the latest version! (4.0.7)”
FWIW, I am using a child theme.
Hi,
I had to use the custom css plugin you have installed. I added the following and it seems to have fixed the issue:
#footer #a2a_share_save_widget-6{
margin-top:0px!important;
}
Best regards,
Jordan Shannon