Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1019540

    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.

    • This topic was modified 6 years, 1 month ago by zykasthenia.
    #1019580

    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

    #1019639

    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.

    #1020083

    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

    #1020310

    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!

    #1020405

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    #av_section_1{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #1020437

    Excelent Jordan !!!
    Many thanks

    #1020606

    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

    #1020708

    Close it, please…
    Many thanks

    #1020741

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Enfold Header Height & Logo’ is closed to new replies.