• Candis

    (@thedreadedex)


    Hi

    I’m building an online course and every time I password protect the page it seems to add white space underneath the copyright footer. How do I stop this from happening? Looks a bit odd having the footer in the middle of the page and then just blank space sitting beneath it

    Currently the page isn’t password protected so the problem isn’t there but the link is https://www.CandisHickman.com/week-one-ignite-sexy

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey TheDreadedEx,

    I am very sorry to hear that you are having trouble, I will try to help you.
    It seems theme specific issue, which theme you are using?
    You can try this patch:

    1. Click on Appearance -> Editor
    2. Search for footer-bottom
    3. Replace .footer-bottom{ }with below code:
      .footer-bottom {
          background-color: #231e23;
          margin-top: 122px;
      }

    I hope it will help you.

    Good Luck
    Juhi

    Hey TheDreadedEx,

    Sorry for not mentioning it early, I have mentioned to edit theme CSS by editor but the problem with this is next time when you will update the theme, your changes will be overwritten.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    Thanks

    @thedreadedex: Sorry, you’re using a premium/paid theme. It’s best to go to the support site where you bought the theme pexetothemes.com for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.

    These forums are for free themes available in the WordPress theme directory at https://www.ads-software.com/themes/. See https://codex.www.ads-software.com/Forum_Welcome#Commercial_Products

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White space under copyright footer when I Password protect the page’ is closed to new replies.