Help - Overflow keeps coming back on Portfolio page

Hello, this is driving me a lil crazy…lol. I cannot figure out where this overflow is coming from on my website. And I don’t know how to prevent it. I got rid of it with help and backtracking when it happened a third time :angry:, but this one I can’t figure it out. I think it may be my bootstrap nav bar, if it isn’t I don’t know what to do.

Did you try to add this declaration in your CSS body Selector?.
Add this, it will work.

body {
    overflow-x: hidden;
}
1 Like

@naeemrind million thank you’s :slight_smile: