Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #828671

    I would like to change the height of the footer. How /where can I modify this?

    When I ad a logo to the header, the logo sticks at the top of the header and there is no space between the top and the logo. Is it possible to change the padding?

    Thanks and best regards
    Ivana

    #828688

    Hey Heiko_Alexander,

    The header size can be changed by going to Enfold > Header > set Header Size to Custom Pixel Value, you should be able to see this new field: Header Custom Height which you can set by pixels.

    Footer doesn’t have that option. As for the padding in the logo, you can try to add this css code in Quick CSS (located in Enfold > General Styling):

    #header .logo {
        padding: 10px 0;
    }

    it will have padding but logo size will be reduced as header height is retained. Hope this helps :)

    Best regards,
    Nikko

    #828707

    Hi Nikko,

    thanks for the fast response and the code regarding the logo.

    So there is really no chance to change the height of the footer? Currently there is only one line and the footer is pretty high. This does not look very nice.

    Best regards
    Ivana

    #828810

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #829012

    Hi Mike,
    please find the link below.

    Thank you and best regards,
    Ivana

    #829340

    Hi Ivana,

    For the footer try adding this css code in Quick CSS (located in Enfold > General Styling):

    #footer {
        padding: 0;
    }
    
    #footer .widget {
        margin: 10px 0;
    }

    Hope it’s good :)

    Best regards,
    Nikko

    #829567

    Hi Nikko,
    perfect! Thank you so much for the support.

    Best regards,
    Ivana

    #829575

    Hi Ivana,

    You’re welcome, just glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Height of footer and header’ is closed to new replies.