Moved: Reply To: SKT BeFit PRO: Top bar

Home Forums BeFit Theme Support Moved: Reply To: SKT BeFit PRO: Top bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49906
    WillyWilly
    Member
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: March 4, 2016

    Hello,
    the phone number is visible in the topbar. Can I make it visible on my mobile? (www.kinemax.nl – example) – it is visible on our desktop, not mobile phone
    Is this possible? If so, can you let me know how.

    Thanks!!

    William,
    Theme: SKT BeFit PRO

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

    Hi Willy,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .topbarright { display:block;}
    .top-phone { font-size:12px;}
    .box { display:none;}
    }

    @media screen and (max-width:767px) and (min-width:480px) {
    .topbarright { display:block;}
    .top-phone { font-size:14px;}
    .social-top { float:left;}
    }

    Regards,
    Brad

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