Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1346059

    How do I set custom values for Footer height
    Alan ;)

    #1346067

    you realy mean the #footer ? or do you like to have a higher socket: #socket ?

    #1346080

    I realy mean the #footer, it´s to high ;)

    #1346089

    well if there is a link to your site in private content area – i do not see as a participant.
    If you look to the demo: https://kriesi.at/themes/enfold-2017/#footer
    the height is in dependency to the content.
    You only have the chance to minimise some paddings or margins – f.e.:
    the footer container itself got padding:

    #footer {
      padding: 15px 0 30px 0;    /*** top and bottom paddings ***/
    }

    each widget got a top/bottom margin of 30px

    #footer .widget {
      margin: 30px 0 30px 0;    /*** top and bottom margins ***/
    }

    the widget titles got a top margin of 0.85em

    .flex_column .widget .widgettitle, 
    .content .widget .widgettitle {
      margin-top: 0.85em;   /*** top margin ***/
    }

    you can override all these rules with lower values in your quick css

    #1346126

    Hi Alan,

    If you need further help with this, then please post a link to where we can see the element in question.

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.