- This topic has 9 replies, 2 voices, and was last updated 4 years, 1 month ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Home › Forums › BeFit Theme Support › LOGO AND TOPMENU
THEME: BEFIT PRO
Is there any way to display the logo image in different sizes based on the device screen? (mobile, tablet, desktop)
How I centre the top menu in the header?
Hi,
Kindly show us your website URL please?
Regards,
Chris
gymfittraining.com
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (min-width:768px) and (max-width:1024px) {
.logo { max-width:70px;}
}
Regards,
Chris
thanks
🙂
Hi Chris,
I have an issue with the “slidedesc” class, from about 760 px to 925 px the text is overlapping. How to fix it? thanks
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and ( min-width:768px) and (max-width:1140px) {
.nivo-caption .slidedesc {
font-size: 40px !important;
line-height: 45px !important;
}
}
Regards,
Chris
Hi,
I have an issue with the “slidedesc” class, from about 760 px to 925 px the text is overlapping. How to fix it? thanks
https://gymfittraining.com/
Hi,
Kindly use this CSS:
@media screen and (min-width:768px) and (max-width:1140px) {
.nivo-caption .slidedesc {
font-size: 35px !important;
line-height: 45px !important;
}
}
Regards,
Chris
Cable Company WordPress Themes This roundup of website solutions has to do with the best cable company WordPress themes for wire production and cable making […]
WordPress Most Customizable Themes Free Several WordPress most customizable themes free have been made available that could be easily downloaded. Understanding the importance of having […]
Metro WooCommerce WordPress Themes Metro WooCommerce WordPress Themes deliver metro style uber look and feel. These metro WooCommerce WordPress themes reflect the most current design […]