Hello!
I was able tomove the main menu from the center of the header to the left sidebar position, but is it possible to display sidebar only in home page ? Because in other pages sidebar covers important content. Thank you in advance
BTW my theme is dawn.
Hi @GabijaZ ,
Not sure if you managed to get this done but you can try this…
{% if template.name != "index" %}
{% endif %}
Essentially, what this does is it changes your home page menu to a ‘sidebar’ like you need while changing the rest of store menu ‘centered’.
Let me know if this makes sense.
@Farouk-dev
Thank you for your help, but unfortunetly, I didn’t manage to make this work 