Jump to content
  • 0

Nu pot pune logo pe centru la IPB4


Question

Posted

Sall, am si eu tema deflection ipb4 si nu reusesc sa pun logoul pe centru ma puteti ajuta va rog frumos

asta am in 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"}' class='logo' accesskey='1'><img src="{$logo}" alt='{setting="board_name" escape="true"}'></a>
{{else}}
<a href='{setting="base_url"}' class='logo' accesskey='1'>
    <span>
        {{if theme.focus_logo}}{theme="focus_logo"}{{else}}{setting="board_name"}{{endif}}
        {{if theme.focus_slogan}}<span class='logo-slogan'>{theme="focus_slogan"}</span>{{endif}}
    </span>
</a>
{{endif}}

8 answers to this question

Recommended Posts

  • 1
Posted

Ok stiu asta asa l-am pus dar el apare in partea stanga sus eu vreau sa-l mut pe centru asta e problema trebuie sa pun vreun cod in custom.css?

  • 0
Posted

{{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"}' class='logo' accesskey='1'><center><img src="{$logo}" alt='{setting="board_name" escape="true"}'></center></a>
{{else}}
<a href='{setting="base_url"}' class='logo' accesskey='1'>
    <span>
        {{if theme.focus_logo}}{theme="focus_logo"}{{else}}{setting="board_name"}{{endif}}
        {{if theme.focus_slogan}}<span class='logo-slogan'>{theme="focus_slogan"}</span>{{endif}}
    </span>
</a>
{{endif}}

 

 

incearca asta

  • Upvote 2

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.