Padding for mobile device in subheader.
Hello,
It is possible to change the padding of the subheader depending on whether the website is being displayed on a computer or on a mobile device.
The problem I have is that on mobile devices the padding is too big, and yet if I reduce it with the following line
html body.mobile-header-mini #Subheader{
padding:100px 0 !important;
}
It affects me also when it is shown on computers.
Link of web: https://ioonic.es/contact-us/
Other problem that i havve with this web and contact form it is that send botton not appear in the middle of web.
Thanks.
Comments
Hi,
1) You can set mobile Subheader padding in Betheme -> Theme options -> Responsive -> Header.
2) Please, go to Betheme -> Theme options -> Custom CSS & JS -> CSS, and put there the following CSS code:
Thanks
Thank you!!!