problem with footer

Home Forums Jevelin Theme problem with footer

Home Forums Jevelin Theme problem with footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • rahavard
    Participant

    I design footer in black area for my site. but a additional white space below the site. how can I solve this problem

    Hi @rahavard,

     

    I hope you are well today and thank you for your question.

     

    This is because you have added them as a footer widget and not copyright text.

     

    You can remove the bottom padding by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-footer .sh-footer-widgets {
        padding-bottom: 0;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)