logo length

Home Forums All Other Themes logo length

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #62231
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Hello,

    I am using the SKT Simple pro theme. How can I change the length of the logo? I only found the logo heigth. The logo need at least as twice as long.

    You can find the actual result here: http://gruene-oase-idstein.de

    Best regards
    Hans

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

    Hi Hans,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    .header .header-inner .logo{width:auto !important;}

    Regards,
    Brad

    #62235
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Hello Brad,

    it has worked out great. How can I reduce the upper and lower padding ot the logo?

    Thank you
    Hans

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

    Add this code in Custom CSS Box:

    .header .header-inner .logo{padding:0 !important;}

    Kindly crop your logo which have top and bottom space to remove more padding.

    Regards,
    Brad

    #62275
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Thank you Brad!

    Is there a way to decrease opacity of the slider title while remaining opacity of the inner header?

    Thank you
    Hans

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

    Add this code in custom css box:

    .slide_info{background:rgba(64,117,34,0.1) !important;}

    Regards,
    Brad

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