Dromihetes Posted September 12, 2022 Share Posted September 12, 2022 (edited) Hello, Can somebody help me with the file name, where I can edit the margin top of the center column in the product page? I would like to bring the columns to the same height like this: but the only location indicated to me, is a cache file...I looked in global.css, product.css, and other files, but with no luck. The code line that needs to be modified is: pb-center-column { margin-top: -15px; } and I need to have margin top 0px, in order to have the columns allined. We are using Warehouse Theme, and PrestaShop 1.6.1.24, if it matters. Thank you! Edited September 12, 2022 by Dromihetes additional information inserted (see edit history) Link to comment Share on other sites More sharing options...
webprog Posted September 13, 2022 Share Posted September 13, 2022 Hello, the right place for product page is product.css. Turn off css cache. And some themes can use and edit own css files and cache them. So you can try to search them in the folder of your theme. Also, you can try to search the settings for them in settings of your theme. Link to comment Share on other sites More sharing options...
Dromihetes Posted September 13, 2022 Author Share Posted September 13, 2022 Hello, Thank you, for your reply. I've checked the file product.css from the theme file, but there is no mention of the center column top margin padding, but I can find it only inside the cache files. I looked also in the global.css from the theme file, but again, with no success...if you have any other recommendations, I am all ears. Link to comment Share on other sites More sharing options...
Dromihetes Posted September 13, 2022 Author Share Posted September 13, 2022 Hello Webprog, Your solution about turning off the css cache, worked. It showed me the location of the margin top, located in the public_html/modules/themeeditor/css So, thank you, for your help! 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