HI ,
you sent me the following code to add to the css in order to show the phone number only on mobile device,
@media only screen and (min-width: 768px) {
#header_meta { display: none !important; }}
it works but I just discovered a bug:
it enlarges the header height size also on widescreens – and doesn’t look good:
how can we fix it?
Uri