Jump to content

Баг в логотипе

Featured Replies

Posted
comment_126142

Здравствуйте, как исправить такой небольшой баг в логотипе?

all-prog.pw

 

Код logo

{{if \IPS\Theme::i()->logo['front']['url'] !== null }}
{{$logo = \IPS\File::get( 'core_Theme', \IPS\Theme::i()->logo['front']['url'] )->url;}}
<a href='{setting="base_url"}' id='elLogo' accesskey='1'></a>
{{else}}
<a href='{setting="base_url"}' id='elSiteTitle' accesskey='1'>{setting="board_name"}</a>
{{endif}}

 

Screenshot_4.png

comment_126143

в custom.css добавить:

#elSiteTitle:after {
    content: "BY IPS THEMES";
    color: #151515;
    float: right;
    position: absolute;
    top: 1px;
    font-size: 14px;
    width: 100%;
    left: 180px;
    display: none;
}

 

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.