форум vBSupport.ru > vBulletin > vBulletin 4.0.x-4.1.х > Вопросы по vBulletin 4.0.x-4.1.х
  • »
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
 
 
 
 
Safe Mode
Простоузер
Default Переместить копирайты
0

Собственно, у меня копирайты по центру, а я хочу их переместить в правый угол. Как сделать? Искал по форуму, но находил только, как их удалить. Мой форум
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
danrik
Специалист
 
danrik's Avatar
Default
0

В CSS
.footer_copyright,
.footer_morecopyright {

Найти text-align: center;
Заменить на text-align: right;
 
 
Safe Mode
Простоузер
Default
0

Quote:
Originally Posted by danrik View Post
В CSS
.footer_copyright,
.footer_morecopyright {

Найти text-align: center;
Заменить на text-align: right;
А можно поподробнее, где эту css найти? В footer у меня вот, что есть:

PHP Code:
<div id="footer_copyright" class="shade footer_copyright">
    <!-- Do 
not remove this copyright notice -->
    {
vb:rawphrase powered_by_vbulletin}<br />
Premium vBulletin Style by vBInspired.com
    
<!-- Do not remove this copyright notice -->    
</
div>
<
div id="footer_morecopyright" class="shade footer_morecopyright">
    <!-- Do 
not remove cronimage or your scheduled tasks will cease to function -->
    {
vb:raw cronimage}
    <!-- Do 
not remove cronimage or your scheduled tasks will cease to function -->
    {
vb:raw vboptions.copyrighttext}
</
div
Там что-то надо писать? Простите, я новичёк, не совсем понимаю многое
 
 
rech2379
Простоузер
Default
2

Вот вариант проще, если работать с шаблоном футера:

Code:
<div id="footer_copyright" class="shade footer_copyright" style="text-align: right;">
    <!-- Do not remove this copyright notice -->
    {vb:rawphrase powered_by_vbulletin}<br />
Premium vBulletin Style by vBInspired.com
    <!-- Do not remove this copyright notice -->    
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright" style="text-align: right;">
    <!-- Do not remove cronimage or your scheduled tasks will cease to function -->
    {vb:raw cronimage}
    <!-- Do not remove cronimage or your scheduled tasks will cease to function -->
    {vb:raw vboptions.copyrighttext}
</div>
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 06:18 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Loading...