• Resolved himalden1

    (@himalden1)


    Hello,

    I am having issue with the bottom notification bar hiding the back to top bottom. This issue can be seen on my website. I tried to add custom CSS code in my theme custom code path:

    #page-container .sh-back-to-top {
    bottom: 65px;
    }

    But it doesn’t work no matter what value I put in. Any help would be appreciated.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor HT Plugins

    (@htplugins)

    Hello @himalden1

    Thanks for contacting us.
    Just add the custom CSS given below. Hopefully, the problem will be fixed.

    .sh-back-to-top {
        bottom: 67px;
    }

    Best Regards,
    HT Plugins

    Thread Starter himalden1

    (@himalden1)

    Hi @htplugins

    Thank you – I figured it out with inspiration of your code.

    .sh-back-to-top.active {
    bottom: 75px;
    }
    Plugin Contributor HT Plugins

    (@htplugins)

    Hello @himalden1

    You are most welcome.
    If we can be of any further assistance, don’t hesitate to reach out. Our support team will definitely help you with that.

    Best Regards,
    HT Plugins

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Notification bar hiding back to top button’ is closed to new replies.