Text Logo corrupted after upgrade

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Tue Mar 25, 2014 5:47 pm
Hi folks,
I recently upgraded Joomla from 1.5 to 2.5. Also, upgraded all extensions and template myStore to latest version that supported for 2.5.
some positions were changed but that ok, the problem with the logo. The old logo was made from text and slogan and it was looks smooth and nice (http://www.dog-bytes.com) but when i'm adding this text to the new template it looks weird (attached).
What I'm doing wrong?
Thank you.
User avatar
Senior Boarder

GK User
Wed Mar 26, 2014 12:33 pm
Hello,

Could you provide an URL to the website with the problem?
User avatar
Administrator

GK User
Wed Mar 26, 2014 2:12 pm
This is offline yet, i'm still trying to prepare that website before it goes online. If that to hard to fix it remote, i'll upload it to my subdomain.
User avatar
Senior Boarder

GK User
Wed Mar 26, 2014 2:40 pm
User avatar
Senior Boarder

GK User
Wed Mar 26, 2014 4:14 pm
Please add the following code at the end of css/template.css file:

Code: Select all
#gkLogo {
  width: 262px!important;
}
#gkLogo a {
  display: block;
  width: 100%;
}
#gkLogo small {
  position: relative;
  top: 2px;
}


Please remember to refresh the CSS compression cache and browser cache after these changes ;)
User avatar
Administrator

GK User
Wed Mar 26, 2014 4:43 pm
Hi Dziudek,
It doesn't work this way, but when i added the code below to override.css it start working :) http://dog-bytes.gainesville-webdesign.com/
Thanks,

#gkLogo {
width: 262px!important;
}
#gkLogo a:hover {
text-decoration: none;
}
#gkLogo a {
display: block;
width: 100%;
}
#gkLogo small {
position: relative;
top: 2px;
}
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.