Home › Forums › BeFit Theme Support › LOGO AND TOPMENU
- This topic has 9 replies, 2 voices, and was last updated 3 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
November 24, 2020 at 2:01 pm #169650
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?
November 25, 2020 at 11:29 am #169694Hi,
Kindly show us your website URL please?
Regards,
ChrisNovember 25, 2020 at 11:56 am #169698gymfittraining.com
November 25, 2020 at 12:41 pm #169710Hi,
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,
ChrisNovember 25, 2020 at 10:28 pm #169721thanks
November 26, 2020 at 12:25 pm #169747🙂
January 7, 2021 at 8:13 am #172346Hi Chris,
I have an issue with the “slidedesc” class, from about 760 px to 925 px the text is overlapping. How to fix it? thanksJanuary 7, 2021 at 12:55 pm #172383Hi,
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,
ChrisJanuary 11, 2021 at 2:10 pm #172696Hi,
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/
January 12, 2021 at 12:18 pm #172766Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.