Okay
  Public Ticket #2891857
Responsive
Closed

Comments

  • Marie Royer started the conversation

    Hello there !

    I have an issue with the responsive design but only on my homepage (screenshot). I don't why, I have a space on the right of my page...

    I also have a huge space in my homepage between my button and "La méthode de travail"

    Any idea please ?

    thanks a lot for your help!

  •  840
    Jelly replied

    Hello,

    Please add this code to Appearance > Customize > Additional CSS:

    @media (max-width: 992px) { .features div[class*="col-"] .horizontal-border:after { content: none !important; } }

    Best Regards,
    Jelly Team

  • Marie Royer replied

    Okay, all good with CSS code, thanks!

    What about the gap in the homepage between the button "demande un devis" and "La méthode de travail" ?

  •  840
    Jelly replied

    Ah yes, sorry. Please add this code to Appearance > Customize > Additional CSS:

    @media (max-width: 992px) { .features div[class*="col-"] {min-height: 100px !important;} }
    

    Best Regards,
    Jelly Team