Size Logo
Advanced and professional portal news Joomla template with community features and various content display layouts.
- GK User
- Sun Dec 22, 2013 11:28 am
I try to put my new logo on my site: www.sabiosdelpc.net
I define the dimensions of the logo: 407x70, but I see that rescale the size.
My override.css
Although I have defined the dimensions of the logo, rescale the logo, what should I do?.
407px × 70px (rescale 291px × 50px)
I define the dimensions of the logo: 407x70, but I see that rescale the size.
My override.css
- Code: Select all
/* Moving logo and Sitename to left handside */
h1#gkLogo {
height: 70px;
margin: 0 auto;
padding-left: 5px;
float: left;
top: 44px;
width: 407px;
}
Although I have defined the dimensions of the logo, rescale the logo, what should I do?.
407px × 70px (rescale 291px × 50px)
-
- Expert Boarder
- teitbite
- Sun Dec 22, 2013 4:44 pm
Hi
Please show me Your site while this code is used.
Please show me Your site while this code is used.
-
- Moderator
- GK User
- Sun Dec 22, 2013 4:50 pm
-
- Expert Boarder
- teitbite
- Tue Dec 24, 2013 1:40 pm
Hi
I think You have solved the issue already and I bet this was the solution:
I think You have solved the issue already and I bet this was the solution:
- Code: Select all
h1#gkLogo a img {
display: block;
height: 70px;
margin: 0 auto;
width: 407px;
}
-
- Moderator
4 posts
• Page 1 of 1