Accordion content outside of it's container on mobile

Home Forums Jevelin Theme Accordion content outside of it’s container on mobile

Home Forums Jevelin Theme Accordion content outside of it’s container on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • FS_DE
    Participant

    Hello,

    I have a problem with the accordion (OPEN POSITIONS section) – in new entries (2 most top ones) the content on mobile view is not contained in the accordion.

    I tried duplicating existing entries that do not have this problem, I also tried adding new entries. That does not help.

    The text I’m adding is already processed with HTML stripper (https://www.striphtml.com/)

    Can you please help to determine the reason why is this happening?

    • This topic was modified 2 years, 9 months ago by FS_DE.

    Solution for this topic

    Hi @FS_DE,

     

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

     

    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 -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code

     

    .sh-accordion-item .sh-table {
        display: inline-flex;
        word-break: break-word;
    }

     

    Best regards,
    Shufflehound team

    FS_DE
    Participant

    Thank you, it works!

    You are most welcome here 🙂

     

    I have asked support forum admin to remove the screenshot.

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