Shop Categories

X

homepage not responsive

Home Forums Agama Pro homepage not responsive

  • This topic has 4 replies, 2 voices, and was last updated 3 years ago by Mila.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26579
    Mila
    Participant

    MY HOMEpage on mobile is not responsive while all the other pages are on mobile. Who can help me?

    #26580
    Zex
    Moderator

    Hello Mila!
    Since your website is currently in the maintenance mode, I can’t see the problem…

    Let me know when the site is live.

    Thanks

    #26581
    Mila
    Participant

    Soory, my site is live now

    #26582
    Zex
    Moderator

    Hello Mila!

    I have found that the problem is caused by the Elementor’s Divider element
    which is placed above Title “MES PROGRAMMES BODY’N MIND”
    This element has a fixed width of 635 px. My advice to you is to edit this element and assign it a percentage width instead of the fixed width.

    Or you can add the following code into Customizing->General-Additional CSS:

    @media only screen and (max-width: 636px) {
      .elementor-1284 .elementor-element.elementor-element-4c85aec9 .elementor-divider-separator {
        width: 100%!important;
      }
          #footer-wrapper .container {
        width: 100% !important;
    }
    }

    Regards

    #26585
    Mila
    Participant

    I succeeded, thank you so much

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.