Display

Home Forums Jevelin Theme Display

Home Forums Jevelin Theme Display

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

    Hi,

    I don’t understand why the black background isn’t displayed on mobile phone. It’s ok on my computer but not on my phone 🙁 The display is correct on computer but not on my cellphone. I tested all the options in “footer” but that doesn’t change anything.

    Thx for your help

    website

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

    Hi @soky,

     

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

     

    You have applied height to the footer widget area using Yellow Pencil Editor causing the issue so to resolve the issue, please either remove the CSS code or add 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

     

    body .sh-footer .sh-footer-widgets {
        height: auto !important;
    }

     

    Best regards,
    Shufflehound team

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