Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #646195

    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?

    #646202

    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

    #646216

    Here is the link:

    Thanks,
    Rakshith

    #646217

    Hello Vinay,
    The link is in the content region.

    Thanks,
    Rakshith

    #646245

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.