ADJUSTMENT TO MEGAMENU IMAGES

Add this into the custom css file in the code edtior

/* Center megamenu items */
.dropdown-megamenu .row {
  justify-content: center;
}

Last updated