Canard Theme – Change Title Image Size
-
Hi, is it possible change the default image space for the title image? I have check and now it 400×65.
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi Gerardo.
You can override it fixing height and width, with this css code. (I doubled the values in the example).
.site-logo-link img { width: 800px; height: 126px; }I hope this helps you!
Enjoy the weekend :) -
I have try, but change only the width, and if use your CSS it not proportionate the image size.
I have try to use 1000px and 165px but nothing happen.
-
Hi, Gerardo.
There is a max-height statement fixed to 90px. We need to override it! You should need to add max-height: none;
So, please try:
.site-logo-link img { width: 800px; max-height: none; height: 126px; }Sorry about that! :)
-
nothing, i try to make a Ispect Element and if i try to change the Height ok, but the width it blocked on 400px.
So, if not possibile unlock the 400px, i can just touch the height.
-
I make a test and the size it fixed: 400×90
With or without your CSS nothing happen, it always blocked. -
Hi, do you have an image uploaded that is the correct size? If so, post the URL of that image and I’d be happy to help get that into the header area for you. We don’t want to stretch the smaller image since it would lose quality quickly.
-
Hi, i have try to use 400×90 and high resolution, but i need to enlarge the image title space on the template, so the website have a big title image
-
Hi, if you wish to use a larger image at the top of your site using Canard, why not put it in as a header image. Canard supports the flexible header image feature, so you can put in any size header you wish. It would be much easier than trying to make the logo larger.
- The topic ‘Canard Theme – Change Title Image Size’ is closed to new replies.