Jump to content

Исправляем ошибку с логотипом блога

Открываем :
Внешний вид -> Ваш шаблон -> Блог общие шаблон overwriteHeader

Находим :

<span>
   {$this->registry->blogFunctions->blog['blog_name']}
   <if test="bloghasdesc:|:$this->registry->blogFunctions->blog['blog_desc']">
    <div>{$this->registry->blogFunctions->blog['blog_desc']}</div>
   </if>
  </span>

Добавляем стиль к <span> :

style="height: 20px; width: 200px;"


Должно получится так :

<span style="height: 20px; width: 200px;">
			{$this->registry->blogFunctions->blog['blog_name']}
			<if test="bloghasdesc:|:$this->registry->blogFunctions->blog['blog_desc']">
				<div>{$this->registry->blogFunctions->blog['blog_desc']}</div>
			</if>
</span>


Если у вас что-то не получилось писать в теме поддержки статьи.

User Feedback

Recommended Comments

Комментариев пока нет

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
Добавить комментарий...