how can i make the menu 1 align only, i tried white-space:nowrap, but no luck
Hi jacob-bakrie, I have helped you added the following CSS code to the Tools > Custom CSS code:
@media (min-width: 1600px) { .header-block-2 .main-menu { left: 45%; transform: translateX(-45%); } }
Haii, thankyouu very much for your helpp