No content to show
User Activity
Sure could you please your store URL so I would be able to quickly help you?
09-02-2023
follow this steps for fix issueGo to online store - Theme - Edit theme - Assets - theme.css - search for .header__secondary-navand replace this code with css.header__secondary-nav {
flex-wrap: nowrap;
grid-area: secondary-nav;
justify-con...
09-02-2023
Hello @learnify following is the solution for your issue follow the stepsgo to Online store - theme - edit code - assets - theme.cssfind class .header__secondary-nav and replace this CSS. .header__secondary-nav {
flex-wrap: nowrap;
grid-area:...
09-02-2023
Sorry Some edits on previous css code.header__secondary-nav {
flex-wrap: nowrap;
grid-area: secondary-nav;
justify-content: end;
justify-self: end;
align-items: center;
gap: 0.625rem 0.9rem;
display: flex;
flex-directi...
09-02-2023
Hello @learnify Follow this step for fix issue regarding search icon and cart iconGo to Online store - theme - Edit code - asset - theme.css go to line number 4811 and replace this code .header__secondary-nav {
flex-wrap: nowrap;
grid-area:...
hello @slc777 it is possible to share Your store URL so it would be very easy to understand and help you with the fixes. Chintan Joshi | Top Rated Shopify Developer- Was my reply helpful? Click Like to let me know!- Was your question answered? Mark i...