• Resolved idbwebmaster

    (@idbwebmaster)


    Hello,

    In the last version of the Neve theme, the management of the header menu has changed. It is no longer possible to manage the size of the widgets that are placed in the rows.

    In my case, I use a large search form. It has been reduced to 230px in width.

    In my case, I use a large search form. It has been reduced to 230px in width.This is really blocking me, I hope a solution will be proposed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @idbwebmaster,

    Thank you for using Neve theme.

    In the last version there hasn’t been a chance about it, maybe you were still using the old version of header and haven’t migrated to Neve 3.0 before? Neve 3.0 was introduced while ago (more than a year ago) but it was still possible to use the old header.

    The Neve 3.0 header has presets for the header but you can’t control the header components to take full width of the header as before manually, this was causing problems before so the behavior was changed.

    Let me know if I’m missing the point and that’s not what you’re looking for. Thanks!

    Thread Starter idbwebmaster

    (@idbwebmaster)

    Hello Vitis,

    Thank you for your answer. I understand the reasons that pushed you to remove this feature.
    It would be interesting to have an alternative to be able to place a search field that makes the whole width in the header. This aspect of UX is essential and used by all major e-commerce in the world.
    Do you think it is possible to study it please ?

    Thank you very much for the theme and your hard work ??

    Hi @idbwebmaster!

    You could achieve this using some custom CSS. Adding the code below in the Additional CSS section within the Customizer should do the trick. Feel free to change the width value as you please.

    .component-wrap.search-field {
    width: 1000px !important;
    }

    Have a great day ahead!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Manage the width of widgets in the header menu’ is closed to new replies.