Okay
  Public Ticket #2323450
Change width or leave more space
Closed

Comments

  • edgar_loftspa started the conversation

    How can I change the width or leave more space for the text to fit?

  •  608
    WordPress replied

    Hello,

    You can add custom style css

    @media (min-width: 992px){
        .header-01 .header-bottom div:not(.box-header-info) .header-search-category {
            width: calc(100% - 265px);
        }
    }