• Resolved cobra7521

    (@cobra7521)


    Hello,
    I’m trying to make the image in the header show in all its height instead of being so narrow…If i put a logo above the site name it becomes perfect and show all the image but i’m trying to do it with no logo. Is it possible?
    Thank you for your help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themeansar

    (@themeansar)

    Hi,

    Thanks for contacting us,

    For this add the below css code in additional css filed (Theme Dashboard >> appearance >> customize )

    .navbar-header .site-title, .navbar-header .site-description
    {
    	display:none !important;
    }
    
    .mg-nav-widget-area-back
    {
    	padding:50px;
    }

    Change the padding size according to your need

    Thanks

    Thread Starter cobra7521

    (@cobra7521)

    Great ! Thank you very much for the quick reply. It works perferctly.
    Thanks

    Theme Author themeansar

    (@themeansar)

    Hi,

    Glad to know it worked for you.

    We would really appreciate if you could provide us a review here:

    https://www.ads-software.com/support/theme/newsup/reviews/#new-post

    If you have any more questions, feel free to ask again!

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Height change’ is closed to new replies.