Responsive header

rar_c
1 Posts
rar_c posted this 04 August 2015

Hi,

I want to have a responsive header and background image. I noticed that this question has already been asked and answered, but it does not aply to my wishes.

What I would like to see (and maybe it is already possible, but I do not know how), is a responsive header in which not only the background image is responsive, but the whole header. So let's say the header has a width and height of 100% and 500px (and the screensize is 1920px wide), and the background image is the same size, the header should resize on smaller screens in width and height. Not only in width.

If I use the solution offered in another thread (background-image: 100%, auto), then only the background image resizes, which creates two white spaces on the top and the bottom, which looks really horrible (especially on mobile devices).

Also, if I would disable the header on a smartphone as a solution to the previous problem, then the headline and slogan disappears. I tried to make the headline relative, so it appears outside of the header, but then in responsive design it shows up behind the menu, and not above it.

Regards,

Romeo

Hi, I want to have a responsive header and background image. I noticed that this question has already been asked and answered, but it does not aply to my wishes. What I would like to see (and maybe it is already possible, but I do not know how), is a responsive header in which not only the background image is responsive, but the whole header. So let's say the header has a width and height of 100% and 500px (and the screensize is 1920px wide), and the background image is the same size, the header should resize on smaller screens in width and height. Not only in width. If I use the solution offered in another thread (background-image: 100%, auto), then only the background image resizes, which creates two white spaces on the top and the bottom, which looks really horrible (especially on mobile devices). Also, if I would disable the header on a smartphone as a solution to the previous problem, then the headline and slogan disappears. I tried to make the headline relative, so it appears outside of the header, but then in responsive design it shows up behind the menu, and not above it. Regards, Romeo
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 05 August 2015

Hello Romeo,
please refer to following forum posts which provide number of recommendations for configuring controls in different responsive modes
http://answers.themler.com/questions/6319/themler-slider-isn-t-responsive
http://answers.themler.com/questions/5110/responsive-design

They should be helpful.

regards,
Aileen

Hello Romeo, please refer to following forum posts which provide number of recommendations for configuring controls in different responsive modes http://answers.themler.com/questions/6319/themler-slider-isn-t-responsive http://answers.themler.com/questions/5110/responsive-design They should be helpful. regards, Aileen
Melanie Cox
1 Posts
Melanie Cox posted this 3 weeks ago

Helpful

Helpful
otis5842
3 Posts
otis5842 posted this 2 weeks ago

The @media query is used to apply specific styles for screens with qs watermelon a maximum width of 767px (adjust the value as needed for your design). In this case, the height of the header is reduced for smaller screens to maintain a proportional resize.

The @media query is used to apply specific styles for screens with [qs watermelon](https://pizzatower.io/qs-watermelon/) a maximum width of 767px (adjust the value as needed for your design). In this case, the height of the header is reduced for smaller screens to maintain a proportional resize.
You must log in or register to leave comments