I currently don’t have any content to be displayed.At the same time I want to footer to be at the bottom which isn’t happening.How do I get to do that?
Hey rakshithvasudev,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Here is the link:
Thanks,
Rakshith
Hello Vinay,
The link is in the content region.
Thanks,
Rakshith
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#main{
margin-bottom: 400px;
}
#footer, #socket {
position: fixed;
width: 100%;
bottom: 0;
left:0;
right:0;
z-index: 10000;
}
Best regards,
Vinay