• Resolved rafaeltsantes

    (@rafaeltsantes)


    Hello!

    I’d like some help with the css for sticking my footer on the bottom of the page. as you can see at the moment, the footer at the homepage is nearly in the middle of the page instead of the bottom because the content is not much. Same problem it is met in the About page. I’d like the footer to be at the bottom of each page, no matter how big or small the content of each page is, which means that a “fixed” or “absolute” approach is not working for me. I tried to implement the flexbox but i’m quite confused with the classes of the theme through isnpection tool. Could someone help me out please?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rafaeltsantes

    (@rafaeltsantes)

    *bump* *bump* anyone could help me out with this one?! Thanks!

    Theme Author ivanfonin

    (@ivanfonin)

    Hi, @rafaeltsantes!

    I have a hack that will help you achieve exactly what you want. First of all I encourage you to use child theme (https://github.com/ivanfonin/eno-child/). When you have child theme installed, then copy from the main theme directory file singular.php to you child theme directory and open to modify it.

    All you need to do is just replace this line:

    <main id="site-content" role="main">

    with this one:

    <main id="site-content" role="main" data-uk-height-viewport="expand: 1">

    Sorry for late response, somehow website didn’t notified me, that there is a new question here.

    Theme Author ivanfonin

    (@ivanfonin)

    Resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stick footer (flex content)’ is closed to new replies.