Two little issues for tablets - by Floppy78

This topic has 5 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp

  • Avatar: Floppy78
    Floppy78
    Participant
    April 7, 2015 at 17:25

    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)

    Screenshot tablets view

    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

    4 Answers
    Avatar: Floppy78
    Floppy78
    Participant
    April 7, 2015 at 17:27

    Screenshot

    Avatar: Eva
    Eva Kemp
    Support staff
    April 7, 2015 at 20:13

    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.

    Avatar: Floppy78
    Floppy78
    Participant
    April 8, 2015 at 11:09

    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

    Avatar: Eva
    Eva Kemp
    Support staff
    April 8, 2015 at 11:57

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Two little issues for tablets’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.