Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Ув. пользователи форума

У меня такая проблема с ip.content

Блоки в правом боку не соответствуют ширине блоков на форуме.

 

То есть они там разные на странице ip.content одно а на форуме другое.

 

Как можно исправить?

 

IP.Content не виноват  - виноват ваш стиль (на стандартном все в порядке):

на форуме ширина боковых блоков 270px;

на главной контента - 200px;

post-24610-0-62236800-1425126695_thumb.j post-24610-0-40191000-1425126693_thumb.j

 

Как исправить:

 

попробуйте в  ipb_styles.css ( или ipb_common.css или ipcontent.css ? неясно, где конкретно прописаны эти свойства, но где-то в одном из css )

 

найти:

.ipsLayout.ipsLayout_withright {
  padding-right: 210px;
  clear: left;
}

заменить на:

.ipsLayout.ipsLayout_withright {
  padding-right: 280px;
  clear: left;
}

найти:

.ipsLayout .ipsLayout_right {
  width: 200px;
  margin-right: -210px;
  float: right;
}

заменить на:

.ipsLayout .ipsLayout_right {
  width: 270px;
  margin-right: -280px;
  float: right;
}

Результат:

post-24610-0-37360800-1425127345_thumb.j

Edited by Viktar83

Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.