Tagged: Header Size
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.
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
Hi Yigit,
Excellent once again.
Many thanks
Robert