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

Доброе утро Всем.

Парни подскажите пожалуйста, как данное меню профиля + аватар сделать по середине. 

 

post-12643-0-39071100-1427177894.png

 

Заранее спасибо за помощь!

  • Author

Ссылку на проблемный форум укажите (та, что у Вас в профиле, не работает)

 

 - Не реклама.

Edited by WOLF

__.... - Не реклама.

Достаточно было просто в профиле указать.

Вот. В CSS ищем (скорее всего в ipb_styles.css):

.author_info {
width: 155px;
float: left;
font-size: 12px;
text-align: center;
padding: 10px 10px;
line-height: 150%;
}

меняем на:

.author_info {
width: 175px;
float: left;
font-size: 12px;
text-align: center;
padding: 10px 25px;
line-height: 150%;
}

ищем:

.custom_fields li {
background: #FFF;
padding: 4px;
margin-top: 2px;
border: 1px solid #DDD;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-align: center;
width: 100%;
}

удаляем width: 100%; будет так:

.custom_fields li {
background: #FFF;
padding: 4px;
margin-top: 2px;
border: 1px solid #DDD;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-align: center;
}

Еще рекомендую в шаблоне userInfoPane заменить слова "Ник на сервере:" на просто "Ник:", иначе при длинном нике текст не влезет в одну строку.

 

Вот что получиться:

post-24610-0-81447700-1427796300.jpg

Примечание: у Вас в стилях данные свойства могут быть записаны не в столбик, а в одну строку, ищите по названиям классов

 

 

----

ПС: кстати, у Вас похожая проблема 

 

в ipb_styles.css ищите:
.column_view .post_body ul.post_controls { margin-left : -188px; }

и меняйте значение на: -238px

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.

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.