Jump to content

Quick search bar position - Theme Classic [solved]


fatboy1

Recommended Posts

1 hour ago, pallavigodse said:

Check for the quick search bar in header.tpl file within the Classic theme. Then you need to modify the HTML structure. Clear your cache and test changes.

unfortunatley there's no search bar or search widget in header.tpl

Link to comment
Share on other sites

@fatboy1

To adjust the position of the quick search bar in the PrestaShop 8 Classic theme, follow these steps:

Step 1: 
Open the CSS file for custom styles, usually found at (If this file does not exist, create them.)
File Path: themes/classic/assets/css/custom.css

Step 2:
Paste the following code into the custom.css file

#header #search_widget {
  float: left;
  padding-left: 23px;
}

Step 3:
In your PrestaShop admin panel, go to Advanced Parameters > Performance, and click Clear Cache.

Step 4:
Visit the front end to confirm that the quick search bar now appears on the left side. Review the screenshot for reference if needed.

We hope this solution works for you!
 

  • Like 1
Link to comment
Share on other sites

1 hour ago, WebDesk Solution said:

@fatboy1

To adjust the position of the quick search bar in the PrestaShop 8 Classic theme, follow these steps:

Step 1: 
Open the CSS file for custom styles, usually found at (If this file does not exist, create them.)
File Path: themes/classic/assets/css/custom.css

Step 2:
Paste the following code into the custom.css file

#header #search_widget {
  float: left;
  padding-left: 23px;
}

Step 3:
In your PrestaShop admin panel, go to Advanced Parameters > Performance, and click Clear Cache.

Step 4:
Visit the front end to confirm that the quick search bar now appears on the left side. Review the screenshot for reference if needed.

We hope this solution works for you!
 

omg It works :) thank You very much

Link to comment
Share on other sites

  • fatboy1 changed the title to Quick search bar position - Theme Classic [solved]

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...