Site logo

[Resolved] Need to add scroll to top button after scrolling the page little bit.

Home Forums Support [Resolved] Need to add scroll to top button after scrolling the page little bit.

Home Forums Support Need to add scroll to top button after scrolling the page little bit.

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #2429426
    Rahul

    Hello,

    i need to add scroll to top button after scrolling the page little bit. how can i add this button and i have tried to make button in footer but it’s only showing in footer but i need on right sight and from middle of the website. please help me out

    #2429455
    David
    Staff
    Customer Support

    Hi there,

    go to Customize > Layout > Footer and enable the Back to Top button there.

    #2429558
    Rahul

    done thank you.

    one more thing. i have created a block element and added a button and then hooked it to menu_bar_items but it’s showing near menu. i need to shift the button a little bit to right. please help me out

    #2429580
    David
    Staff
    Customer Support

    Can you share a link to the site where i can see this ?

    #2429583
    Rahul

    Des

    #2429585
    Rahul

    and on mobile it’s looking bad

    #2429597
    David
    Staff
    Customer Support

    You will need more space in the header.

    1. Customizer > Layout > Header and set the Header Inner to Full Width.

    2. Add this CSS to your site:

    
    @media(min-width: 768px) {
    
        .main-navigation,
        .main-navigation .inside-navigation {
            flex: 1;
            padding-right: 0;
        }
    
        #primary-menu {
            margin: auto;
        }
    }

    For the Mobile device, edit the Element you created, switch to Mobile Preview and then edit the Button styles so its more mobile friendly.

    #2429609
    Rahul

    i have added simple css but than where to paste this code?

    #2429620
    David
    Staff
    Customer Support

    In Customizer > Simples CSS 🙂

    #2429622
    Rahul

    saved

    #2429633
    Rahul

    please check this domain in google pagespeed. how can i resolve those issues. please help me out

    #2429645
    David
    Staff
    Customer Support

    Please raise a new topic for any new questions you have.
    And please be more specific in your questioning

    #2429648
    Rahul

    ok thank you

    #2429684
    Rahul

    On mobile it’s not showing in center

    #2429855
    Ying
    Staff
    Customer Support

    On mobile it’s not showing in center

    What’s not centred on mobile? Can you be more specific about your questions?

    Thanks!

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