- This topic has 9 replies, 2 voices, and was last updated 4 years, 2 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
Do you want to migrate your Weebly account to WordPress but are afraid of the long technical process? Here are the multiple solutions. Though transferring […]
Are you looking for the best painting company WordPress themes? If so, you’ve landed on the right page for the painting company themes. This post […]
Document Management WordPress Plugins for File Management There are many document management WordPress plugins available online. Starting to open-source blogging software to a fully-fledged CMS […]