Wrong alignment of displayNav2 hook modules

Joe Dou

Постоялец
Регистрация
11 Дек 2015
Сообщения
45
Реакции
48
Wrong alignment of displayNav2 hook modules

Does anyone know how to get those modules ( see pic. in attachment ) back to their normal alignment ?
PS 1.7.4.3
 

Вложения

  • wrong_alignment.png
    wrong_alignment.png
    459,4 KB · Просмотры: 6
Wrong alignment of displayNav2 hook modules

Does anyone know how to get those modules ( see pic. in attachment ) back to their normal alignment ?
PS 1.7.4.3

Good afternoon! You need to correct the css styles in the theme.css file.
It is located at:

.../themes/classic/assets/css/theme.css

Look for utility classes:

.text-sm-right
.text-md-right
.text-lg-right
.text-xl-right


All these classes should have the following property: {text-align:right!important}

For example: .text-sm-right{text-align:right!important}





 
Good evening, nice to see you again !
All these classes that you mentioned already have that exact property.
There must be an override somewhere, but how to find it.
 
Good evening, nice to see you again !
All these classes that you mentioned already have that exact property.
There must be an override somewhere, but how to find it.

All css style files for this template are registered in the theme.css file.
Try to re-download this file from the Prestashop distribution (only this one file)
And do not delete the old file, but simply rename it in the theme-1.css
Clear cache in the admin panel and in the browser (Ctrl + F5)
Everything should be fixed
If nothing changes, then rename the old file back. Well, remove the new
 
Still look at these properties for .col-md-7 .right-nav and .col-md-5
For the Classic template should be so:

.col-md-5{float:left;width:41.66667%}
.col-md-7{float:left;width:58.33333%}

This is a 100% problem in css files.
Therefore, the elements are shifted
 
All css style files for this template are registered in the theme.css file.
Try to re-download this file from the Prestashop distribution (only this one file)
And do not delete the old file, but simply rename it in the theme-1.css
Clear cache in the admin panel and in the browser (Ctrl + F5)
Everything should be fixed
If nothing changes, then rename the old file back. Well, remove the new

I have tried solving the problem in such a manner, but unfortunately nothing changed.
 
Please, find attached my actual theme.css file.
 

Вложения

  • theme (1).rar
    29,4 KB · Просмотры: 0
it is 1.7.4.3
 
Назад
Сверху