Link to home
Start Free TrialLog in
Avatar of Amanda Watson
Amanda WatsonFlag for Australia

asked on

Just need a little help with this header height please

hi, on this site here http://beltedgalloway.org.au/newsite/
When you scroll and the header shrinks, how can I make it larger than 40px, I would like it to be more like 80px please?
ASKER CERTIFIED SOLUTION
Avatar of Pawan Kumar
Pawan Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Shaun Vermaak
In http://beltedgalloway.org.au/newsite/wp-content/themes/u-design/styles/custom/custom_style.css?ver=2.11.2.1486715944
    .u-design-fixed-menu-on.fixed-menu #navigation-menu #sticky-menu-logo {
        display:inline-block;
        float:left;
        height: 40px;
        padding-left: 20px;
    }

Open in new window

Change height: 40px; to height: 80px;
Avatar of Amanda Watson

ASKER

Actually both seemed to work, one for the menu background and then the other for the logo which was important too!
Thank you
I wanted to share the points here, but I can't go back and fix the mistake!  Sorry
Actually now nothing is working.
I can't make the logo bigger its staying 40px high.

What is going on?
It was working.....but now they have gone back to being totally small again and only 40 px?
Please help?
Hello, can anyone help?
Hi Amanda,

Have you got this sorted yet as it seems that the logo is showing 80px in height?

Thanks,

Andy
Yes i had to add the css is the visual composer css rather than the custom css or even in the styles.css
 weird
Thanks