- This topic has 9 replies, 2 voices, and was last updated 4 years, 7 months 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
WordPress Payment Gateway Plugins Running an online shop is exciting, but one of the biggest challenges store owners face is handling payments. Customers today expect […]
Support Ticket System or Help Desk WordPress Plugins Providing great customer support is no longer optional—it’s a necessity. Whether you’re running an online store, offering […]
WordPress Calculator Plugins Websites today are more than just digital brochures—they’re interactive platforms designed to engage users. One of the most effective ways to make […]