Hi, I need to modify my header height in pixels, but when I use ‘personalize height’ my logo resizes too.
I need header size to ‘xxx’px and logo size to ‘xxx’ width & heigth..
You can see my work at http://aldeadistribuidora.com.ar.cr1.toservers.com/
How can I do it?
Many thanks..
Claudio.
Hey Claudio,
Could you please attach a mockup of what you’re trying to achieve?
Can you give us the dimensions that you need?
Best regards,
Victoria
Hi Victoria,
I don’t know how attach a screenshot here… but the URL is http://aldeadistribuidora.com.ar.cr1.toservers.com/
As you can see, in my header I need reduce the space below the section buttons (inicio, productos, nosotros).
In Chrome Inspect Element, I try with ‘margin-bottom:-50px’ and reduce it… But in WordPress I don’t know how traduce this…
Can you help me?
Regards.
Hi,
Please add the following CSS:
.html_header_transparency #top .avia-builder-el-0 .container {
padding-top: 58px !important;
}
and let us know if it works out for you.
Best regards,
Basilis
Thanks Basilis, the code works fine on desktop.
But in mobile shows another ‘bar / block’ bellow the header.. How can delete this? See my project in http://aldeadistribuidora.com.ar.cr1.toservers.com/ and resize the browser like phone to see.
Many thanks!
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
#av_section_1{
display:none!important;
}}
Best regards,
Jordan Shannon
Excelent Jordan !!!
Many thanks
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Close it, please…
Many thanks
Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon