Okay
  Public Ticket #2935783
new shopping cart icon in header
Closed

Comments

  •  10
    Ellison started the conversation

    It seems that with the most recent update (14.0.2) The placement of the cart icon in the navigation has changed. I don't see anything in the theme options for me to change it back to being inline with the other menu options. Can you please help me? Images of pre- and post- update are attached. 

    I did try disabling the notification bar that is on the site but that didn't affect/change anything.

  •  1,878
    Judith replied

    Hi Ellison,

    Thanks for keeping in touch.

    Please try this css:

    #header-outer .cart-menu {
        position: inherit;
        background-color: rgb(248 248 248 / 0%);
    }

    Thanks.

  •  10
    Ellison replied

    Oh my gosh thank you! I was just about to write you and say I didn't think it was actually a Salient issue, but then you had already responded! Thank you so much!