Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #322841

    We’ve set the header to 48 – looks right down to 768. Then the header seems to get too deep. We’d like to keep the same proportions on smaller screen sizes.

    #323132

    Hi rpl_admin!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #header_main .container { height: 48px !important; }
    .responsive .logo { height: auto !important; }}

    Best regards,
    Yigit

    #323455

    Hi Yigit,

    Excellent once again.

    Many thanks

    Robert

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header depth/ Logo size / Screen size’ is closed to new replies.