its probably just imbalanced divs
impossible to help from a picture though
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, am new to laravel and i have this problem:
code: http://www.yourfilelink.com/get.php?fid=2062102
When i add content in the basic blade layout,in welcome.blade, the elements of my page offset from the top of the page. (see image). Sory for my english! thankyou !!
Hello, @leansti !
Are you just appending your HTML code on the default welcome.blade.php file? If so, note that it includes a div with the following classes: flex-center position-ref full-height. This div is wrapping other divs. Also, look at the style tag inside the head. You need to customize it.
Hope this helps. Let me know.
Please or to participate in this conversation.