No content to show
User Activity
Hi Richard, just checking back with you.I updated my theme.liquid code to this: <style>/* Centering menu items on logo */@media (min-width: 769px) {.header nav.header__inline-menu {position: absolute;z-index: 1;}.header nav.header__inline-menu .list...
Thank you kindly for your response! Where/how would I put the code in? This is what I have in my theme.liquid: <style>/* Centering menu items on logo */@media (min-width: 769px) {.header nav.header__inline-menu {position: absolute;z-index: 1;}.header...
In Chrome: In Safari:
I made my menu items to be centered midline with my centered logo and it works in Chrome but in Safari they're too high, the first 4 are too far left, and one menu item is hidden behind the logo. I have Craft theme. Can anyone help please? Thank you...
Hi @Litos thanks for your help! I am asking the same thing I got errors and figured out how to fix the errors by replacing <span class="icon-wrap"> {% render 'icon-arrow' %}</span> with <span class="icon-wrap"> {{- 'icon-arrow.svg' | inli...
I am having the same issue.I placedc_f.variant_description in the custom liquid on the product and it shows the initial default variant description. But when I click another variant i.e. another soup flavor, the description doesn't change. If I reloa...