Hey guys,
I only have a footer socket activated on my website.
Now I want to have a margin between the content and the socket.
#socket {
margin-top:50px;
}
doesn’t do the job.
Any ideas?
THANK YOU
Hey Jables,
I don’t see anything wrong with your code and it should work.
Can you try to flush out cache if you have a caching plugin or some minification plugin like Autoptimize?
Also clear your browser cache.
If it doesn’t work, please give us a link to your site.
Best regards,
Nikko
Thank you for you fast reply.
I disabled all plugins, but still… there is no margin above the socket.
Hi,
Can you screenshot the issue? I’m not seeing the problem.
Best regards,
Jordan Shannon
Hello Jordan!
Please check out any other page than the home page.
I added a whitespace there.
On any other page you can see that there is no top-margin.
Thank you
Hi Jables,
Please add this CSS code in Quick CSS, located in Enfold > General Styling:
#top #wrap_all #main .avia-section:nth-last-child(2) {
float: none;
}
Best regards,
Nikko
Awesome, it works!
Thank you so much!
Hi Jables,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria