Header taken over by lower elements in small screens

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.

Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Post Reply
mlsto
 
 
Posts: 170
Joined: Thu Jul 16, 2009 4:13 pm
Contact:

Header taken over by lower elements in small screens

Post by mlsto »

Hello

Not sure what I am doing wrong but header shows properly in the large screen but in small screens the header if being covered by the elements on the bottom of the header.

This is the test page: https://www.sluhosting.com/test/

This is the test page in a mobile view: https://screenfly.org/#u=https%3A//www. ... 3&a=34&s=1

I created one with basic blocks and a header and it shows fine.

See here: https://www.sluhosting.com/new-test/

In mobile view: https://screenfly.org/#u=https%3A//www. ... 3&a=34&s=1

No idea what I am doing wrong.

Any help appreciated.

Thanks
User avatar
crispy68
 
 
Posts: 2995
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Header taken over by lower elements in small screens

Post by crispy68 »

In your first link, the issue i see is the text in the blue section is huge in mobile and is wrapping forcing the rest of the text and button below outside of the grid. Since your grid is set to 100vh it will get no larger than this. You need to enable responsive fonts and in the breakpoints, adjust the height to keep all of the content inside the blue section.

Also, when your grid flips to mobile I can see a 1px snippet of your image in grid column 2 at the bottom of the blue section. If you do not want to show the image, then in the breakpoint when your grid flips to vertical you need to hide this column so it doesn't show.
mlsto
 
 
Posts: 170
Joined: Thu Jul 16, 2009 4:13 pm
Contact:

Re: Header taken over by lower elements in small screens

Post by mlsto »

Thanks for the reply, I want the header image to collapse to the bottom so do want to show it
User avatar
crispy68
 
 
Posts: 2995
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Header taken over by lower elements in small screens

Post by crispy68 »

Since you are using a background image for column 2 and there is no actual content in column 2 this will cause the column to collapse, try adding top and bottom padding equally just in column 2 only in the breakpoint. This will give that column some height to show the background image.
mlsto
 
 
Posts: 170
Joined: Thu Jul 16, 2009 4:13 pm
Contact:

Re: Header taken over by lower elements in small screens

Post by mlsto »

Thanks will try this, thanks again
Post Reply