Page 1 of 1
Strange effect
Posted: Thu May 14, 2026 4:14 pm
by Carlo
Hi everyone, I'm having a strange problem: at the 480px breakpoint, I started building the site starting with the header, then the welcome grid. When I tested the display on my smartphone, I noticed a black space between the top of the page and the header. But in Web Builder, there's no space at all! The first grid starts from scratch... what's going on? Here's the link to the project:
mad4you.netsons.org/index.html
Thanks for your help.
Re: Strange effect
Posted: Thu May 14, 2026 4:37 pm
by Pablo
The page contains PHP code, so you should set the page extension to PHP, otherwise the server will not process the code.
Re: Strange effect
Posted: Fri May 15, 2026 8:21 am
by Carlo
Hi Pablo, I have checked: there are no PHP pages.
Re: Strange effect
Posted: Fri May 15, 2026 8:25 am
by Pablo
Your page contains a form and therefor uses PHP. So, the page extension must be set to PHP.
Please see 'PHP code is showing on the page. What is happening?' in the FAQ:
https://www.wysiwygwebbuilder.com/commu ... hp?t=32967
Re: Strange effect
Posted: Fri May 15, 2026 8:39 am
by Carlo
Solved. There was a grid set as a form. Thank you.