- This topic has 3 replies, 2 voices, and was last updated 7 years, 2 months 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
Best Selling WordPress themes WordPress themes have long proved themselves as extensively reliable and user – directed online content creation and development self – hosted […]
Harmonic WordPress Themes In an effort to find consonant and tuneful website tools for music, dance, orchestra and other music and composition based websites, we […]
Online Booking System Plugins If you are engaged into a restaurant, hotel, consultant, hair salon or any other suchlike business, in which making reservation and […]