- Posts: 39
- Thank you received: 0
Image size in LOGO
-
alexey
Inactive member - Topic Author
- Member
Less
More
5 years 6 months ago #47547
by alexey
Image size in LOGO was created by alexey
Hi.
How do i resize the image in the logo field?
How change color for field menu and floating menu?
How do i resize the image in the logo field?
How change color for field menu and floating menu?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
5 years 6 months ago #47549
by milos
Replied by milos on topic Image size in LOGO
Hello,
The size of the logo image is defined in Extensions > hot_vineyard > Custom > CSS:
By default, it's 40x40 pixels.
The colors of the top menu are in the same place, under the Menus tab.
Best regards,
Milos
The size of the logo image is defined in Extensions > hot_vineyard > Custom > CSS:
Code:
.sparky_logo {
background: url(../images/custom/logo.png) no-repeat;
padding-left: 40px;
background-size: 40px 40px;
}
By default, it's 40x40 pixels.
The colors of the top menu are in the same place, under the Menus tab.
Best regards,
Milos
Please Log in to join the conversation.
-
alexey
Inactive member - Topic Author
- Member
Less
More
- Posts: 39
- Thank you received: 0
5 years 6 months ago #47560
by alexey
Replied by alexey on topic Image size in LOGO
Good day for you.
I do not make any changes to the file /css/sparky-id98-XXXXXXXXXXXXXX.css
i copy text to "/css/custom.css"
.sparky_logo {
background: url(../images/custom/logo.png) no-repeat;
padding-left: 40px;
background-size: 240px 240px;
}
real pictures size 433x100
but no change in main page
chenge path to images? but no change in main page
I do not make any changes to the file /css/sparky-id98-XXXXXXXXXXXXXX.css
i copy text to "/css/custom.css"
.sparky_logo {
background: url(../images/custom/logo.png) no-repeat;
padding-left: 40px;
background-size: 240px 240px;
}
real pictures size 433x100
but no change in main page
chenge path to images? but no change in main page
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
5 years 6 months ago #47561
by milos
Replied by milos on topic Image size in LOGO
Hello,
I need the link of your site to see what's going on.
Thanks,
Milos
I need the link of your site to see what's going on.
Thanks,
Milos
Please Log in to join the conversation.
-
alexey
Inactive member - Topic Author
- Member
Less
More
- Posts: 39
- Thank you received: 0
5 years 6 months ago #47562
by alexey
Replied by alexey on topic Image size in LOGO
http://xn----7sbatbajorhhqd7dva6ay1fr.xn--p1ai/
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
5 years 6 months ago #47563
by milos
Replied by milos on topic Image size in LOGO
Hello,
There's no more space to enlarge the logo. You can add this in CSS:
Also, under Layout, you can reduce the size of the "topmenu" cell and increase the size of the "logo" cell.
Best regards,
Milos
There's no more space to enlarge the logo. You can add this in CSS:
Code:
.toprow .sparky_container {
width: 100%;
}
Also, under Layout, you can reduce the size of the "topmenu" cell and increase the size of the "logo" cell.
Best regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.182 seconds