- This topic has 3 replies, 2 voices, and was last updated 7 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › BeFit Theme Support › Phone number and social icons overlapping on mobile
Cheers guys,
please review my site on mobile:
www.manuel-nelles.de
Originally the phone number was not shown, so I added the following code to custom css box in theme options:
@media screen and (max-width:479px) {
.topbarright { display:block;}
.top-phone { font-size:12px;}
.box { display:none;}
}
@media screen and (max-width:767px) and (min-width:480px) {
.topbarright { display:block;}
.top-phone { font-size:14px;}
.social-top { float:left;}
}
Now, the phone number is shown, but i overlaps the social icons.
What to do?
Thanks and regards Manuel
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) {
.top-phonearea { right:0 !important;}
.social-icons a { width:22px !important; height:22px !important; line-height: 18px !important; font-size: 12px !important;}
.top-phone { padding-left:32px !important;}
.email-top, .email-top a, .top-phone { font-size: 11px !important;}
}
Regards,
Chris
Thanks buddies,
it didn’t work exactly, but i have modified the code on my own and it looks good, now:
@media screen and (max-width:479px) {
.topbarright { display:block;}
.top-phonearea { right:10 !important;}
.social-icons a { width:22px !important; height:22px !important; line-height: 18px !important; font-size: 12px !important;}
.top-phone { padding-left:32px !important;}
.email-top, .email-top a, .top-phone { font-size: 11px !important;}
}
Great
Looking for the best fastest WordPress themes? Stop right here! These lightning-fast themes are optimized for peak performance without sacrificing style. Perfect for speed-conscious bloggers, […]
Searching for the best baby products WordPress themes? We’ve got you covered! These themes combine adorable designs with powerful e-commerce features. Perfect for baby shops, […]
Want the best WordPress curriculum vitae themes? You’ve found them! Create a stunning digital portfolio that showcases your skills and experience. These themes offer sleek […]