Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Чат на опенкарт 1.5


Recommended Posts

Здравствуйте. Добавил чат на сайт через Код Google Analytics, врогде всё хорошо, но он перекрывает кнопку наверх и теперьь собственно вопрос как его т.е чат сдвинуть немного левее кнопки наверх или вообещё сгделать его с левой стороны? Сайт https://deto-shop.ru/index.php?route=common/home    скрин http://prntscr.com/qr56ru

Link to comment
Share on other sites


Поменяйте:

.ya-chat-widget_theme_dark, .ya-chat-widget_theme_light {
    position: fixed!important;
    top: auto!important;
    right: 20px!important;
    bottom: 20px!important;
    z-index: 10000!important;
}

На:(кнопка чаи бугдет выше кнопки наверх)

.ya-chat-widget_theme_dark, .ya-chat-widget_theme_light {
    position: fixed!important;
    top: auto!important;
    right: 8px!important;
    bottom: 70px!important;

    z-index: 10000!important;
}

На:(кнопка чаи бугдет левее)

.ya-chat-widget_theme_dark, .ya-chat-widget_theme_light {
    position: fixed!important;
    top: auto!important;
    right: 68px!important;
    bottom: 5px!important;

    z-index: 10000!important;

Link to comment
Share on other sites


@htmlart Спасипотому что за помощь, но я не могу понять ггде это в файлах сайи поменять. Чат рилииет по скрипту, то есть эти стили подтягиваются из вне или я не правильно всё понял? По игдее нужно изменить стиль вывода Код Google Analytics, но через F12 это не получается....

Link to comment
Share on other sites


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
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.