This topic has 5 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hi again!
I’ve found two little issues when loading the site on tablets:
1) Mailchimp newsletter sign in button
2) Logo size (too near to navigation in fixed header)
I’ve seen that in style.css there are non rules for @media (max-width: 1200px)..should I need to add a specific one for tablets with that resolution?
Probably I only need some hints on how to work on rules for mobiles in css.
Thank you in advance!
—
Flora
Hello,
Please add this code in custom.css file:
@media (min-width: 768px) {.fixed-header-area .collapse {
display: inline !important;
}
.mailchimp-inline input[type="submit"] {
width: 29% !important;
}}
Regards,
Eva Kemp.
Thanks a lot Eva!
It works! I added just a little padding to have the visualization I was trying to reach.
Thanks again for the constant support.
Regards,
Flora
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Two little issues for tablets’' has been successfully resolved, and the topic is now closed for further responses