Jump to content

Как задать размер логотипу в формате SVG


Recommended Posts

Здравствуйте!

Opencart.pro 2.3 (шаблон Newstore)

Добавляю через настройки магазина логотип в формате SVG, но на сайте он отображается в увеличенном виде (расширяет шапку сайта по вертикали).

Каким образом его можно уменьшить?

Пробовал добавлять в файл доп стилей для шаблона такие варианты, но не помогает:

svg {
  width: 50%;
}
svg {
  transform: scale(0.5);
}
.logo {
  transform: scale(0.5);
}
Link to comment
Share on other sites

Примерно так:

.logo svg {
  width: 80px;
  height: 40px;
}

Класс .logo приведён для примера. Там надо уже по месту смотреть как привязаться.

 

Прямо всем svg на сайте глобально не стоит стили прописывать.

Link to comment
Share on other sites

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
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

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