How to set logo position
Create an ecommerce website in few minutes with this amazing Joomla ecommerce VirtueMart template.
- GK User
- Mon Jul 21, 2014 6:10 pm
Hello,
I have added the logo but half of it does not show. Could you please tell me what else i need to change in the CSS?
http://www.inspiremarcom.com.cy/markoscompany
Kind regards,
Anthony Brabin
I have added the logo but half of it does not show. Could you please tell me what else i need to change in the CSS?
http://www.inspiremarcom.com.cy/markoscompany
Kind regards,
Anthony Brabin
-
- Fresh Boarder
- GK User
- Mon Jul 21, 2014 7:02 pm
Please edit: /templates/gk_boutique/css/override.css and add at its end:
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
h1#gkLogo a.cssLogo {
background-size: 60%;
}
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Tue Jul 22, 2014 1:43 pm
Thank you very much. Now the logo is too small, i can make it bigger from the CSS?
-
- Fresh Boarder
- GK User
- Wed Jul 23, 2014 8:27 am
You can modify the 60% value - but if you will make it to big, it will be cropped.
-
- Moderator
- GK User
- Wed Jul 23, 2014 10:38 am
The client is asking for a bigger logo, there is nothing i can do? Means i will have to change template?
-
- Fresh Boarder
- GK User
- Wed Jul 23, 2014 10:48 am
h1#gkLogo{
height: 200px !important;
}
#gkPageTop{
height: 400px !important;
}
Found the solution. Thanks.
height: 200px !important;
}
#gkPageTop{
height: 400px !important;
}
Found the solution. Thanks.
-
- Fresh Boarder
- GK User
- Wed Jul 23, 2014 4:15 pm
What is an important and you might not know that - creating that big logo pushes your content lower - the lower it is the worse for visitors (please read about "above the fold" thing).
Big logo is not most important thing on the page.
Big logo is not most important thing on the page.
-
- Moderator
- GK User
- Thu Jul 31, 2014 8:00 pm
HI, the same problem, how have you done this? templatemanager and in settings- features changed the picture?
have done this, but no result and the txt by cyberek included it in override.css (downloaded , pasted, uploaded)
whats wrong?
thx in advance
daniel
have done this, but no result and the txt by cyberek included it in override.css (downloaded , pasted, uploaded)
whats wrong?
thx in advance
daniel
-
- Junior Boarder
- GK User
- Tue Aug 05, 2014 7:58 am
@merintus - Could you please post an url to your site?
-
- Moderator
- GK User
- Thu Jan 29, 2015 9:09 pm
Hi
this is the link:
http://merintus.info/index.php/de/
you see it is not really best case to have black boutique and white background of logo, but when I change boutique to white, I loose the second line of menus, any recomendations?
of course this is already red:
https://www.gavick.com/documentation/jo ... e-add-logo
but I want to avoid go into css txt changes. I am not really familar with this.
thanks for yor your time
Daniel
this is the link:
http://merintus.info/index.php/de/
you see it is not really best case to have black boutique and white background of logo, but when I change boutique to white, I loose the second line of menus, any recomendations?
of course this is already red:
https://www.gavick.com/documentation/jo ... e-add-logo
but I want to avoid go into css txt changes. I am not really familar with this.
thanks for yor your time
Daniel
-
- Junior Boarder
- GK User
- Sun Feb 01, 2015 9:29 am
Right now your logo have lost its proportions.
Please edit: /templates/gk_boutique/css/override.css and add at its end:
It should fix the logo back.
Remember to enable "CSS override" in template settings - advanced section.
Please edit: /templates/gk_boutique/css/override.css and add at its end:
- Code: Select all
h1#gkLogo a img {
height: 52px;
width: auto;
}
It should fix the logo back.
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Sun Mar 01, 2015 4:56 pm
at my merintus page it is solved
why it don't work at this page?
http://crafterservice.de/
I tried several possibilities, but the window for the icon is never apropiate for the icon size
why?
thx
why it don't work at this page?
http://crafterservice.de/
I tried several possibilities, but the window for the icon is never apropiate for the icon size
why?
thx
-
- Junior Boarder
- GK User
- Sun Mar 01, 2015 9:53 pm
Width should be set to 52px. If higher, it will not fit in designed area and would be cut out.
-
- Moderator
- GK User
- Tue Mar 17, 2015 2:12 pm
fixed
-
- Junior Boarder
- GK User
- Wed Mar 18, 2015 3:07 pm
Ok. Is there anything else I can help you with regarding this topic?
-
- Moderator
15 posts
• Page 1 of 1