LOGO AND TOPMENU

Home Forums BeFit Theme Support LOGO AND TOPMENU

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #169650
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    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?

    #169694
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL please?

    Regards,
    Chris

    #169698
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    gymfittraining.com

    #169710
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    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

    #169721
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    thanks

    #169747
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    🙂

    #172346
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    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

    #172383
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    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

    #172696
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    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/

    #172766
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.