• I have provide link to view the problem.. Just zoom out on any page.. You will see that the theme not fitting properly in android.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    i used the Chrome Developer tools to inspect your site.
    The element causing the overflow which leads to horizontal scroll is the Footer element.

    The footer has been created using Elementor – which the Theme is not responsible for. You should check with Elementor support.

    If they do not have a solution then you can add some CSS that will stop horizontal scroll from happening:

    html,body {
        overflow-x: hidden;
    }
    Thread Starter creator1pratham

    (@creator1pratham)

    Thank you so much… That css code perfectly works…

    You’re welcome

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme not fitting properly in android’ is closed to new replies.