Hello guys,
The problem I have is that in the upright position in an Ipad, the telefone number (in the secondary menu on top) is getting positioned out of place, underneath “localização”. Seems to be squeezed in there.
Many thanks,
Miguel
Hey Mkieling!
Please try the following code in your Quick CSS:
@media only screen and (max-width: 786px) {
.responsive .phone-info {
float: none !important;
width: 100% !important;
clear: both !important;
text-align: center !important;
}
}
Regards,
Rikard
Hello Rikard,
I didn’t work, unfortunately.
Do you have other ideas?
Many thanks,
Miguel
Hey!
Please flush browser cache and refresh your page a few times. It seems like code Rikard posted is working fine on my end – http://imgur.com/a/oTXxH
Best regards,
Yigit