Side Menu Theme. Footer Whitespace bug?

Home Forums Jevelin Theme Side Menu Theme. Footer Whitespace bug?

Home Forums Jevelin Theme Side Menu Theme. Footer Whitespace bug?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Inbovi
    Participant

    Hey!
    i use the sidemenu style and i get this whitespace (see attachment) on the footer every time i update the theme, because i have to edit the code in the responsive.css file.

    Can’t fix it by changing the code in the “WordPress Add Custom CSS” page.

    Is this an bug?

    Attachments:
    You must be logged in to view attached files.

    Hi @Inbovi,

     

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

     

    Could you please share me your site URL where it’s happening so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

    Inbovi
    Participant

    yepp.
    inbovi.net

    You can resolve it 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

     

    @media (min-width: 1100px){
    #page-container.sh-header-in-side .sh-footer {
        padding-left: 0 !important;
    }
    }
Viewing 4 posts - 1 through 4 (of 4 total)