• If you have a look at my website (Currently in the process of finishing it off so the content there is just a place holder)

    I have an issue with some of my calculators (https://www.alphadriver.com.au/?p=1654) if you scroll to the bottom of the excel like table, there is a white gap.

    Now this gap isn’t on my local site, only appeared once I uploaded it to my server. Can’t figure out why, any help would be appreciated.

Viewing 1 replies (of 1 total)
  • That’s the bottom margin here in default.css:

    table {
        margin-bottom: 20px;
        width: 100%;
    }

    Note that it is not recommended to change theme files — hopefully, you are using a child theme or custom CSS plug-in or option.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS issues’ is closed to new replies.