- This topic has 9 replies, 2 voices, and was last updated 1 week, 6 days 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
Tagged: header
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
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
Role of htaccess file in WordPress WordPress has a folder called .htaccess file in its root folder. This folder helps in redirecting the site pages, […]
Importance of podcasts in content marketing strategy With the growing expansion of the marketplaces, businesses have already begun to cope up with the various market […]
There are lists of reason about why you must stick to your existing forms, but here are some solid reasons to use Gravity Forms. Everyone […]