• Resolved Shivam Pandey

    (@wikihelp360)


    Hello David,
    hope you are fine.

    I need some help to adjust the position of the Back to Top button and the OneSignal Bell icon. So please see the screenshot below and please help me to fix this problem.

    Untitled.png

    Untitled(02).jpg

    I really appreciate your help, Thank you ??

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi there,

    i dont see the one signal element on the site.

    For the back to top you can move it up the screen using this CSS:

    .generate-back-to-top {
      bottom: 90px;
    }
    Thread Starter Shivam Pandey

    (@wikihelp360)

    David, I have cleared my website cache, now the OneSignal Bell icon is showing.
    Can you please check it from your end and please help me to adjust the position of the OneSignal Bell icon.

    I really appreciate your help, Thank you ??

    Try this CSS:

    #onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-left {
      bottom: 60px;
    }

    Adjust the 60px to what you need.

    Thread Starter Shivam Pandey

    (@wikihelp360)

    David, this CSS code is not working.

    Thread Starter Shivam Pandey

    (@wikihelp360)

    David, I have removed the “Back to Top” button and the “OneSignal Bell” icon from the website. Because it didn’t look good and causing many issues.
    I created a custom link using #top in the footer menu to go to the top of the web page. But I am facing a problem that the space between the “Footer Menu” and the “Copyright Text” is very high. It looks good on the desktop but does not look good on mobile. You can see the image below and please help me to fix this problem.

    Footer.jpg

    Leo

    (@leohsiang)

    That space looks like it’s coming from this CSS you’ve added:
    https://www.screencast.com/t/ql8OeExcdOFN

    Thread Starter Shivam Pandey

    (@wikihelp360)

    Leo, I can’t find this CSS code in Appearance > Customize > Additional CSS so please help me fix this issue.

    Leo

    (@leohsiang)

    Try this

    @media (max-width: 768px) {
        .site-info .footer-bar {
            margin-bottom: 0;
        }
    }
    Thread Starter Shivam Pandey

    (@wikihelp360)

    This CSS code is working. Thank you, Leo! ??

    Leo

    (@leohsiang)

    No problem ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Need Help to Customize Back to Top Button & OneSignal Bell in GeneratePress’ is closed to new replies.