Okay
  Public Ticket #3230648
smaller header
Closed

Comments

  • seo-master-77 started the conversation

    how can I make the menu items in the header move more closely togethjer so I get a larger padding leftz and right?

  • [deleted] replied

    Hi,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Please add the code below to your Custom CSS area:

    @media (min-width: 1200px) {
      .header-block__row-container {
        width: calc(100% - 120px) !important;
      }
    }
    Have a nice day!