izuchukwuanomneze Posted November 6, 2022 Share Posted November 6, 2022 who has idea on what to do in this case , i want to move search bar to the right and make whatsapp image stays in between logo and search bar. please be straight forward on your answers. prestashop engineers also answer this question. the screenshot is displayed for you to see. Link to comment Share on other sites More sharing options...
ComGrafPL Posted November 6, 2022 Share Posted November 6, 2022 Url will be great to see. Probably you will need to change the size of search or whatsup bar. And them move to the right. Link to comment Share on other sites More sharing options...
endriu107 Posted November 6, 2022 Share Posted November 6, 2022 For whatsapp element add style display: inline-block; and for search bar change this: .laberSearch { float: left; width: 75%; display: inline; } to .laberSearch { float: right; width: 75%; display: inline; } 1 Link to comment Share on other sites More sharing options...
izuchukwuanomneze Posted November 6, 2022 Author Share Posted November 6, 2022 10 hours ago, endriu107 said: For whatsapp element add style display: inline-block; and for search bar change this: .laberSearch { float: left; width: 75%; display: inline; } to .laberSearch { float: right; width: 75%; display: inline; } Thank you sir , where do i go to get the laberSearch? so that i can work on my prestashop 1.7.5.2 module Link to comment Share on other sites More sharing options...
endriu107 Posted November 6, 2022 Share Posted November 6, 2022 All changes you should add to custom.css file in your theme. Link to comment Share on other sites More sharing options...
izuchukwuanomneze Posted November 6, 2022 Author Share Posted November 6, 2022 10 hours ago, ComGrafPL said: Url will be great to see. Probably you will need to change the size of search or whatsup bar. And them move to the right. I want to change the size of Search where should i go and make the changes in prestashop 1.7.5.2 module , I have changed the size of the whatsapp bar yet the problem remain the same. i wait your reply Link to comment Share on other sites More sharing options...
izuchukwuanomneze Posted November 7, 2022 Author Share Posted November 7, 2022 9 hours ago, endriu107 said: All changes you should add to custom.css file in your theme. To add css file in my theme to custom is the problem now, I couldn't locate the css file in my theme. may be i can send you one of the back office login to check on it. Search Bar is the problem for not having department to control it sizes etc without excessive processes. Link to comment Share on other sites More sharing options...
ComGrafPL Posted November 7, 2022 Share Posted November 7, 2022 If you dont have custom.css file, you just need to create it. Link to comment Share on other sites More sharing options...
Harryhales Posted November 20, 2022 Share Posted November 20, 2022 (edited) I want to change the size of Search where should i go and make the changes in prestashop 1.7.5.2 module , I have changed the size of the whatsapp bar yet the problem remain the same. i wait your reply. Edited November 22, 2022 by Harryhales (see edit history) 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