Jump to content

Криво отображаются категории на форуме!

Featured Replies

Нужна помощь, на форуме криво отображаются категории! Вот скриншот, зеленым указанно как должно быть! 

111.thumb.png.2047c80b3979360990086c9f2f

Прошу помочь, дело не в стиле, т.к на другом стиле тоже самое, так же с категориями в галерее! 

Link to comment
https://ipbmafia.ru/topic/12314-krivo-otobrazhayutsya-kategorii-na-forume/
Share on other sites

Проблема в 13.1 действительна решена.

core/global/framework/layout.css

Найти:

body:not( .cWidgetsManaging ) #ipsLayout_sidebar.ipsLayout_sidebarUnused,
	body.ipsLayout_sidebarUnused:not( .cWidgetsManaging ) #ipsLayout_sidebar {
		min-width: 1px;
		max-width: 0;
		padding: 0;
	}

Заменить на:

body:not( .cWidgetsManaging ) #ipsLayout_sidebar.ipsLayout_sidebarUnused,
	body.ipsLayout_sidebarUnused:not( .cWidgetsManaging ) #ipsLayout_sidebar {
		min-width: 1px;
		width: 0;
		padding: 0;
	}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.