size image logo?
Amazing responsive, mobile ready VirtueMart e-commerce Joomla template
Rate this topic: 




1.00 out of 6 based on 1 vote(s)
- GK User
- Sun Dec 21, 2014 9:05 pm
- Reply with quote
- Report this post
Bonjour à tous,
Je travaille en local, joomla 3 avec un template acheté (bikestore de chez Gavick)
J'utilise 1 des 3 styles proposés (style1) qui correspond à ma thématique couleur.
Je voudrais adapté la taille du logo (image) en haut gauche..
mais rien y fait, j'ai changé la taille dans:
template/bikestore/css/template.css
#gkLogo.cssLogo {
/* You can specify there logo size and background */
background: #fb5a29 url('../images/style1/logo.png') no-repeat 0 center;
height: 117px;
width: 400px;
Et j'ai fais pareil dans :
template/bikestore/css/style1.css
#gkLogo.cssLogo {
background-color: #ff0000;
background-image: url('../images/style1/logo.png');
height: 117px;
width: 400px;
Y'a t'il encore un autre endroit? Ai-je fais une erreur ? le sens Height et width a t'elle une importance ?
actuellement la taille reste pareil, et mon image logo est compressée sur une taile de 100x47px..
----------------------------------
Hello everyone,
I work locally, joomla 3 with a purchased template (Bikestore home Gavick)
I use one of three styles available (style1) that corresponds to my theme color.
I would like adapted the size of the logo (image) top left ..
but nothing there, I changed in size:
template/bikestore/css/template.css
#gkLogo.cssLogo {
/* You can specify there logo size and background */
background: #fb5a29 url('../images/style1/logo.png') no-repeat 0 center;
height: 117px;
width: 400px;
and also here :
template/bikestore/css/style1.css
#gkLogo.cssLogo {
background-color: #ff0000;
background-image: url('../images/style1/logo.png');
height: 117px;
width: 400px;
Is there yet another place you? Did I make a mistake? the Height and width direction has you it matter?
currently the size remains the same, and my logo image is compressed
Thanks advance
Je travaille en local, joomla 3 avec un template acheté (bikestore de chez Gavick)
J'utilise 1 des 3 styles proposés (style1) qui correspond à ma thématique couleur.
Je voudrais adapté la taille du logo (image) en haut gauche..
mais rien y fait, j'ai changé la taille dans:
template/bikestore/css/template.css
#gkLogo.cssLogo {
/* You can specify there logo size and background */
background: #fb5a29 url('../images/style1/logo.png') no-repeat 0 center;
height: 117px;
width: 400px;
Et j'ai fais pareil dans :
template/bikestore/css/style1.css
#gkLogo.cssLogo {
background-color: #ff0000;
background-image: url('../images/style1/logo.png');
height: 117px;
width: 400px;
Y'a t'il encore un autre endroit? Ai-je fais une erreur ? le sens Height et width a t'elle une importance ?
actuellement la taille reste pareil, et mon image logo est compressée sur une taile de 100x47px..
----------------------------------
Hello everyone,
I work locally, joomla 3 with a purchased template (Bikestore home Gavick)
I use one of three styles available (style1) that corresponds to my theme color.
I would like adapted the size of the logo (image) top left ..
but nothing there, I changed in size:
template/bikestore/css/template.css
#gkLogo.cssLogo {
/* You can specify there logo size and background */
background: #fb5a29 url('../images/style1/logo.png') no-repeat 0 center;
height: 117px;
width: 400px;
and also here :
template/bikestore/css/style1.css
#gkLogo.cssLogo {
background-color: #ff0000;
background-image: url('../images/style1/logo.png');
height: 117px;
width: 400px;
Is there yet another place you? Did I make a mistake? the Height and width direction has you it matter?
currently the size remains the same, and my logo image is compressed
Thanks advance
-

- Fresh Boarder
- teitbite
- Mon Dec 22, 2014 2:35 pm
- Reply with quote
- Report this post
Hi
There are 2 methods to put logo on the site in tempalte settings: css and direct image. Method You are trying should affect css one, so please try if it's set to use css logo in template settings and use override.css file instead after making sure override is enabled:
There are 2 methods to put logo on the site in tempalte settings: css and direct image. Method You are trying should affect css one, so please try if it's set to use css logo in template settings and use override.css file instead after making sure override is enabled:
- Code: Select all
#gkLogo.cssLogo {
height: 46px;
width: 175px;
}
-

- Moderator
- GK User
- Mon Dec 22, 2014 3:10 pm
- Reply with quote
- Report this post
OOhh yes ! Thank you...
I don't remerber this option lol
Thank you Teitbite
I don't remerber this option lol
Thank you Teitbite
-

- Fresh Boarder
- teitbite
- Tue Dec 23, 2014 4:13 pm
- Reply with quote
- Report this post
Hi
No problem. Glad I could help
No problem. Glad I could help
-

- Moderator
4 posts
• Page 1 of 1
