-
AuthorPosts
-
September 29, 2015 at 9:11 am #693525
Hello
Can anyone help me change a size of my logo in mobile view? I want to make bigger logo. Do you know which css file can I edit?Best regards
Rafal N.melvine Friendmelvine
- Join date:
- August 2012
- Posts:
- 160
- Downloads:
- 162
- Uploads:
- 2
- Thanks:
- 37
- Thanked:
- 33 times in 9 posts
September 29, 2015 at 5:21 pm #693732Hi Dygito,
I think it’s the file template.css
templatesja_teline_vcsstemplate.css line 23
.t3-logo-small {
width: 60px;
height: 30px;
}But you better make the change in custom.css file .
But Wait the advice of the team;)
Best Regards
Melvinemelvine Friendmelvine
- Join date:
- August 2012
- Posts:
- 160
- Downloads:
- 162
- Uploads:
- 2
- Thanks:
- 37
- Thanked:
- 33 times in 9 posts
September 29, 2015 at 5:21 pm #750086Hi Dygito,
I think it’s the file template.css
templatesja_teline_vcsstemplate.css line 23
.t3-logo-small {
width: 60px;
height: 30px;
}But you better make the change in custom.css file .
But Wait the advice of the team;)
Best Regards
MelvineSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 30, 2015 at 3:55 am #693772Hi guys,
In template manager section, it has options so that you can add logo for desktop or mobile view: http://prntscr.com/8m1v4g
You can create your own logo for mobile and add in the field: Small logo image
1 user says Thank You to Saguaros for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 30, 2015 at 3:55 am #750126Hi guys,
In template manager section, it has options so that you can add logo for desktop or mobile view: http://prntscr.com/8m1v4g
You can create your own logo for mobile and add in the field: Small logo image
1 user says Thank You to Saguaros for this useful post
October 5, 2015 at 7:19 pm #695466If you open my homepage in Galaxy Note 4 it is looking like that:
http://prntscr.com/8o3n2g
I want to make bigger logo – which will occupy a space in the header.Does anyone know how to make it?
October 5, 2015 at 7:19 pm #750662If you open my homepage in Galaxy Note 4 it is looking like that:
http://prntscr.com/8o3n2g
I want to make bigger logo – which will occupy a space in the header.Does anyone know how to make it?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 6, 2015 at 1:28 am #695486Hi dygito,
You can try with media queries to add style for specific screen resolution.
For example:
@media (max-width: 768px)
.logo-image {
width: 192px;
}
you can change min-width or max-width to the screen size you wish.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 6, 2015 at 1:28 am #750682Hi dygito,
You can try with media queries to add style for specific screen resolution.
For example:
@media (max-width: 768px)
.logo-image {
width: 192px;
}
you can change min-width or max-width to the screen size you wish.
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by Saguaros 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum