Home Forums WordPress Themes – Premium Celestial (Celestial Reloaded) Home page bounces when scrolled

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16971
    #22312
    Sushil Adhikari
    Moderator

    Hi Christy Morrell-Stinson,

    That issue caused when your sticky menu doesn’t get a space while scrolling. You have added this content on about us page:

    New and better ways of living to inspire your life. Avant Private Communities brings concepts to life for today’s demanding Senior Living clientele.
    Watch for updates on new communities coming soon to a location near you.

    which occupied less space and doesn’t provide room for scrolling sticky menu.

    If you are not adding more content on about us page then you need to add following code on child theme style.css templates:

    #content-wrapper {
       
        min-height: 500px;
    }

    Note: This will create extra space if you have less content on page. And please use child theme to add custom css, otherwise your changes will lost on theme update.

    Thanks

    #22324

    Thank you, I will try that.

    In the meantime, after publishing my website here in this forum, I am getting a flurry of failed log in attempts from unauthorized IP addresses.
    This has never happened before. No one, besides my client and this forum, has been given this domain URL.

    #16972
    Sushil Adhikari
    Moderator

    Hi there,

    Someone might be trying to breach your website. You need not have to worry about this. WordPress 4.4.1 is fully protected. if still you are in doubt then you need to consult to your hosting provider and also you can see this for reference Hardening WordPress

    Thanks

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