-
AuthorPosts
-
magelanos Friend
magelanos
- Join date:
- December 2008
- Posts:
- 43
- Downloads:
- 320
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
December 9, 2014 at 6:33 pm #203441Please help!
Logo shows normal size under firefox but in chrome size is much smaller !!!! ???
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 9, 2014 at 6:41 pm #558067Can you grab a screenshot of how it’s looking on Chrome?
magelanos Friendmagelanos
- Join date:
- December 2008
- Posts:
- 43
- Downloads:
- 320
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
December 9, 2014 at 6:52 pm #558068Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 11, 2014 at 4:47 am #558271You can go to CSS file: /templates/ja_onepage (your default template)/css/custom.css (create this file if it doesn’t exist)
And add this css rule:
@media screen and (min-width: 1024px) {
.logo img.logo-img {
max-width: inherit !important;
}
}
magelanos Friendmagelanos
- Join date:
- December 2008
- Posts:
- 43
- Downloads:
- 320
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
December 11, 2014 at 11:09 am #558307Nice! Thanks mate! But why this was happening? Any clue?
<em>@Saguaros 457056 wrote:</em><blockquote>You can go to CSS file: /templates/ja_onepage (your default template)/css/custom.css (create this file if it doesn’t exist)
And add this css rule:
@media screen and (min-width: 1024px) {
.logo img.logo-img {
max-width: inherit !important;
}
}
</blockquote>Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 11, 2014 at 2:30 pm #558334It due to browser specific as different browsers will handle image in different ways 🙂
And I use media jquery to add specific css for large screen (from desktop and above)
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by Saguaros 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Logo size on diferent browsers
Viewing 6 posts - 1 through 6 (of 6 total)