Have a problem to change logo #130
-
Good afternoon, please tell me please how to change the logo so that it does not go to the right? I tried to change the logo by replacing images in the same resolution and formats, but the logo shifts closer to the center. How to fix it? |
Beta Was this translation helpful? Give feedback.
Answered by
Luk4shenko
Nov 14, 2023
Replies: 1 comment
-
DONE, Srry my miss with scss - assets/scss/custom/structure/_topbar.scss .logo {
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
colinwilson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DONE, Srry my miss with scss - assets/scss/custom/structure/_topbar.scss
.logo {
font-weight: 700;
font-size: 24px;
margin-left: 0px;
letter-spacing: 1px;
line-height: 0;
position: left;
}