Blank space under my footer

Home Forums Jevelin Theme Blank space under my footer

Home Forums Jevelin Theme Blank space under my footer

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • Ylb Digital
    Participant

    Hello,

     

    Hope you are well,

     

    How can i remove the space under my slider?

     

    https://www.raffaelliitalianyacht.com/about-us/giampiero-raffaelli-2/

     

    there is a huge white space under the footer. can you check that for me please?

     

    Thank you

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

    Hi @Ylb Digital,

     

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

     

    Your shared page displays 404 error to me and I don’t see any space under the footer on that page as shown in the attached screenshot.

     

    Please advise.

     

    Best regards,
    Shufflehound team

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

    Ylb Digital
    Participant

    Hello,

     

    Sorry changed the slug

     

    https://www.raffaelliitalianyacht.com/about-us/management/

     

    here you go

    • This reply was modified 4 years, 11 months ago by Ylb Digital.

    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

     

    .vc_row .wpb_revslider_element {
        overflow: hidden;
    }

    Ylb Digital
    Participant

    Great ! it worked ! thank you so much

    You are always welcome here 🙂

    Ylb Digital
    Participant

    Hey,

     

    Im sorry i just realised that my slider is not working anymore.

    the navigation arrows disappeared !

     

    How can i fix this??

    Solution for this topic

    Please try changing above shared CSS code to the below CSS code.

     

    .page-id-2208 #wrapper {
        overflow: hidden;
    }
    
    
Viewing 8 posts - 1 through 8 (of 8 total)