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.
Strange effect
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- Pablo
- Posts: 24586
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Strange effect
The page contains PHP code, so you should set the page extension to PHP, otherwise the server will not process the code.
-
Carlo
-

- Posts: 38
- Joined: Mon May 27, 2024 1:17 pm
Re: Strange effect
Hi Pablo, I have checked: there are no PHP pages.
- Pablo
- Posts: 24586
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Strange effect
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
Please see 'PHP code is showing on the page. What is happening?' in the FAQ:
https://www.wysiwygwebbuilder.com/commu ... hp?t=32967
-
Carlo
-

- Posts: 38
- Joined: Mon May 27, 2024 1:17 pm
Re: Strange effect
Solved. There was a grid set as a form. Thank you.