How To Center The Header Menu [Dawn Theme]

{
      "type":"checkbox",
      "id":"center-main-nav",
      "label":"Center Main Menu"
    },



 {% if section.settings.center-main-nav %}
    .header {
      display: flex !important;
      justify-content: space-between;
      align-items: center;
    }
    {% endif %}
5/5 - (6 votes)

About

Leave a Comment

Your email address will not be published. Required fields are marked *