SKT Biz Pro logo position & size on mobile device

Home Forums SKT Biz/Corp Theme Support SKT Biz Pro logo position & size on mobile device

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #71926
    PeeterPeeter
    Participant
    • Topics: 27
    • Replies: 35
    • Total: 62
    Member since: January 11, 2016

    Hi,
    Could You please help me with the CSS needed to position the logo in the center on desktop computer and make it larger on mobile devices?

    At the moment I’m using

    #logo { width:60%;}

    Thank you in advance! 🙂

    #71928
    PeeterPeeter
    Participant
    • Topics: 27
    • Replies: 35
    • Total: 62
    Member since: January 11, 2016

    #71965
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly show us your website URL.

    Regards,
    Shri

    #71984
    PeeterPeeter
    Participant
    • Topics: 27
    • Replies: 35
    • Total: 62
    Member since: January 11, 2016

    Hi, it’s www.piracon.ee

    Thanks 🙂

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

    Hi Peeter,

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

    Add this code there:

    #logo {display: table; float: none; margin: 0 auto; width: auto;}

    @media screen and (max-width:479px) {
    #logo img { height:auto;}
    }

    Regards,
    Chris

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