Jocafri Posted August 18, 2023 Share Posted August 18, 2023 Hello, I have a test environment where I make modifications before passing them to production. I've relocated the barra de búsqueda, but I'd like to also resize it to fit the full width on pc. I hope someone can help me by telling me what I should modify. Thank you Link to comment Share on other sites More sharing options...
musicmaster Posted August 19, 2023 Share Posted August 19, 2023 The search field is part of the template. You don't mention which template you are using. Link to comment Share on other sites More sharing options...
Jocafri Posted August 21, 2023 Author Share Posted August 21, 2023 Hi, I'm using a module https://addons.prestashop.com/es/busquedas-filtros/26218-total-search-pro-productos-categorias-cms-y-mas.html But I don't have any more free support. That is why I am asking Link to comment Share on other sites More sharing options...
MichaelEZ Posted August 21, 2023 Share Posted August 21, 2023 just update css for example @media (min-width: 1440px) { .ets_search_block_top.pull-right { float: right; width: 1260px; flex: auto; max-width: inherit; } } Link to comment Share on other sites More sharing options...
Jocafri Posted August 22, 2023 Author Share Posted August 22, 2023 That works! Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now