Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #82821
    benowchiro
    Participant

    Hi, can I use a banner-size (full screen width) logo as the header logo. Right now, it only appears to be a few inches wide/tall. Thanks! Lee

    My website is benowchiropractic.com

    #82852
    Mahesh
    Keymaster

    Hi @benowchiro,

    For so please go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:

    #header-left, #header-right{
    	width: 100%;
    }
    
    #menu-header-menu{
    	float: left;
    }
    
    .header-sidebar .widget{
    	clear: none;
    }
    
    .header-sidebar #nav_menu-2 {
        float: left;
    }
    
    #site-logo {
        text-align: center;
        float: none;
        display: block;
    }
    
    #hgroup-wrap #site-logo img {
        display: inline-block;
    }

    Regards,
    Mahesh

    #82910
    benowchiro
    Participant

    Thanks Mahesh,

    That works great! You ROCK!!!

    #83054
    Mahesh
    Keymaster

    Hi @benowchiro,

    Thanks for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo Banner’ is closed to new replies.