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.
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.
-
- Senior Boarder
- GK User
- Wed Mar 26, 2014 12:33 pm
Hello,
Could you provide an URL to the website with the problem?
Could you provide an URL to the website with the problem?
-
- 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.
-
- Senior Boarder
- GK User
- Wed Mar 26, 2014 2:40 pm
Here you go: http://dog-bytes.gainesville-webdesign.com/
Thanks!!
Thanks!!
-
- Senior Boarder
- GK User
- Wed Mar 26, 2014 4:14 pm
Please add the following code at the end of css/template.css file:
Please remember to refresh the CSS compression cache and browser cache after these changes
- 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
-
- 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;
}
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;
}
-
- Senior Boarder
6 posts
• Page 1 of 1