• Resolved opticom_erik

    (@opticom_erik)


    Hi,

    To start with, thank you for making this template! Me and my colleague have built the website for our company without consulting professional web designers, learning as we go along.

    There is one thing with the structure I haven’t been able to change, namely the margin between the page content and the footer. Our website has a large margin at the bottom of every page or posts list page.
    https://opticom.se/

    How do I remove or adjust the height of that whitespace for all pages? Is it a css thing, or php? In the webkit inspector, it highlights on </article> (in orange) and on </section>.

Viewing 2 replies - 1 through 2 (of 2 total)
  • That seems to be the margin in this CSS:

    #author-info, article.post, article.page {
        margin-bottom: 72px;
    }

    Hopefully you have a custom CSS set up — in which case you can add the above code and change the margin.

    Thread Starter opticom_erik

    (@opticom_erik)

    Many thanks, WPyogi! Changing this in my min.css did the trick.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing or decreasing the margin between page content and footer’ is closed to new replies.