Can someone PLEASE tell me how to correct a problem on our
website. No matter what browser I view it in, the layout ends up being too wide and there ends up being a navigational bar at the bottom (not side navigational bar, but BOTTOM).
Can someone provide the coding to prevent the screen from being too wide? Our URL is https://claribelskincare.com.
Thank you!!
Hi @JeanetteQuillen
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
body {
overflow-x: hidden !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
It worked!! Thank you so much! 