Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #763020

    hello,

    bodytalkminneapolis.com

    I notice when I scroll down the shopping cart button moves out of view

    Can I please have support with a CSS code that will make that shopping cart button stationary, just like how the ShiftNav hamburger menu icon stays stationary on the left side of the page?

    Thank you

    #763075

    Hey Nathan,

    Please, may you share with me your website link that this problem is occurring?

    Best regards,
    John Torvik

    #764343

    the link is above
    bodytalkminneapolis.com

    #764512

    Hi,

    Thanks for the info.

    To fix your problem, just add this Quick CSS code:

    
    .html_bottom_nav_header .cart_dropdown {
    z-index:10000;
    margin: -20px 0 0 0;
    

    Best regards,
    John Torvik

    #764929

    Hey John

    I’ve entered the code and the button is still disappearing a little bit when you scroll down the page

    #765015

    Hi!

    Try increase the number

    .html_bottom_nav_header .cart_dropdown {
    z-index:10000;
    margin: -50px 0 0 0;

    Cheers!
    Basilis

    #765125

    Thank you for the new code.
    The button still moves when you scroll down

    #765171

    Hi,

    I am sorry, but the code isn`t closing the “{“. Try to replace the code by this:

    
    .html_bottom_nav_header .cart_dropdown {
    z-index:10000;
    margin: -50px 0 0 0;
    }
    

    You can adjust the position increasing or decreasing the negative margin.

    Best regards,
    John Torvik

    #820587

    I feel satisfied reading this
    Thank you for the support.

    #820971

    Hi,

    Great, thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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