• Can anyone help to fix this overflow at the right side on my website and iPhone chrome shows a horizontal scroll bar. I have used this code to fix unfortunately it’s not working.

    /* Overflow Hotfix */
    html {
    overflow-x:hidden;
    }

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

Viewing 1 replies (of 1 total)
  • Hello,

    Try adding the below code to the Customize > Custom CSS section to fix it –

    .sticky-element-placeholder.sticky-element-active {
        width: 100% !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Ocean WP right side Overflow and mobile horizontal scroll bar on iphone’ is closed to new replies.