Hello: I am using the HA Helpe site and uploaded a logo for the site, but it comes in so small.
Is there another setting I should be looking at?
Thanks
Hello: I am using the HA Helpe site and uploaded a logo for the site, but it comes in so small.
Is there another setting I should be looking at?
Thanks
Hi timpennington,
You can add the following CSS code to your site:
@media (min-width: 1900px) {
#t4-header .t4-logo-header .logo-image .logo-img {
height: 130px;
max-height: 100%;
}
}
Thank you; where in the CSS code? These are the ones I have list:
tpl
acm.css
com_dtdonate.css
error.css
jpages.css
offline.css
rtl.css
template.css
Or is an override?
Thanks
Hi timpennington,
You can create the custom.css file in the \templates\ja_impact\css folder to add your CSS code.
Thank you. As you can see by the homepage, the logo is "skewered" a bit:
http://finishingandcoating.com/cccr/
I have attached my logo, which has white lettering to the right of the cube.
Is there a way to get this proportional in side so it does not look elongated?
Thank you
Hi timpennington,
You can add the following CSS code:
#t4-header .t4-logo-header .logo-image .logo-img {
width: 100%;
}
Thank you.
I added the text to the custom.css but it still looks small
http://finishingandcoating.com/cccr/index.php
Any advice?
Hi timpennington,
I made a mistake, you can use this CSS code:
#t4-header .t4-logo-header .logo-image .logo-img {
max-width: 100%;
}
Thank you!
Very much appreciated