header transperent display

Home Forums IT Consultant Support header transperent display

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #70481
    krishnakrishna
    Participant
    • Topics: 57
    • Replies: 65
    • Total: 122
    Member since: October 9, 2016

    hello in my website there is in header area a large long big display there and i want it only simple small display of normal size i want simple normal not too tiny not too large simple black transperent display that looks good and visible properly ! right now it looks like a black large whole display it also covers my main slider image i want it small not too large thankyou..

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

    Hi Krishna,

    Kindly show us your website URL.

    Regards,
    Chris

    #70498
    krishnakrishna
    Participant
    • Topics: 57
    • Replies: 65
    • Total: 122
    Member since: October 9, 2016

    http://www.brkinteriors.com/

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

    Hi Krishna,

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

    Add this code there:

    .header .header-inner { height:94px;}
    .header .header-inner .logo { margin-left:0;}
    .logo img { height:120px; margin:-25px 0 0 -30px;}

    @media screen and (max-width:767px) {
    .header .header-inner { height:auto;}
    }

    Regards,
    Chris

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

    Hi Krishna,

    It seems that your logo has too much space from top and bottom. Kindly crop the logo so that it doesn’t get extra space in the header.

    Regards,
    Dave

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