windows and doors theme – logo size on mobile/tablet device

Home Forums All Other Themes windows and doors theme – logo size on mobile/tablet device

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #172233
    RebeccaRebecca
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: November 3, 2016

    Hi,

    I’m using the windows and doors theme and the size of my logo is huge on mobile/tablet devices, how can I change this please?

    https://oakhouseblinds.co.uk

    Thanks

    Rebecca

    #172292
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi,

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

    Add this code there:

    @media screen and (min-width:768px) and (max-width:1000px) {
    .logo img { height:100px !important;}
    }

    Regards,
    Dave

    #172307
    RebeccaRebecca
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: November 3, 2016

    Hi Dave,

    Thanks thats great. There is a lot of padding underneath the logo, how do I make that smaller?

    Thanks

    Rebecca

    #172374
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi,

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

    Add this code there:

    .logo { padding-bottom:0 !important;}
    .tagline { margin-top: -10px !important;}

    Regards,
    Dave

    #172404
    RebeccaRebecca
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: November 3, 2016

    Thanks Dave, all sorted 🙂

    #172572
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

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