Home Forums Pro Themes University Hub Pro Header: full width logo and removew addrees and mobile on Header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #87298
    om prakash tripathi
    Participant

    Dear Team,

    Please guide how to design header: full width logo and removew addrees and mobile on Header

    #87439
    wensolutions
    Keymaster

    Hello,

    To remove the phone and address from the left add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    div#quick-contact {
        display: none;
    }

    Now regarding your query, making it full width is full width is quite not possible with the minimal CSS but we can at least place it at the center and for this add below given CSS.

    .site-branding {
        float: none; 
        display: flex;
        justify-content: center;
    }

    Hope this helps.

    Regards!!

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