Jump to content

I want to move the search bar to the right and make the whatsapp image stays in between logo and search bar


Recommended Posts

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

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

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

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...