Logo and slider are big, need to make it smaller

Hello,

On my site http://www.deal-finder.nl/ I am using your theme, very nice theme. But the logo is so big. How can I make it smaller? When I make the logo smaller, it still shows big. So it must be set in the code. How and where?

Also I have activated the slider, at this moment there is only 1 post on it. But the slider is also big. How can I make it smaller?

Hope you can help me.

I’m having the same issue. Looking forward to a response.

Hello there,

I hope you are doing well today and I apologize for the late reply.

I was able to check your website and the logo does appear to be quite large but I noticed that you are using a theme which is not one of ours.

The following CSS code could help but it is recommended that you contact the developer of that theme for support or switch to a Colorlib theme so that we can assist you better.


.site-branding .custom-logo {
    max-width: 40%;
}

Best Regards,
Support

Hi!

I tried to input that CSS code but it did not decrease the logo size. Am I doing it right? Please see screen shot attached.

http://olare.life

Thank you!!

Kelli

Hello there,

Thanks forgetting back to us.

Please remove the previous CSS code and try using the following CSS code instead:


/*Logo size*/
img.custom-logo {
    width: 40%;
}

You can change the percentage value to whatever you need or you can replace it with a px value such as [width: 100px]

Best Regards,
Support

YOU ROCK! Thank you so much for the quick response.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support

Hello,

I have put the theme now and changed the css but still nothing. Can you tell me where i need to put it?

Hello there,

I hope you are doing well today.

You can add the CSS code by going to Appearance > Additional CSS and paste the following code there.


/*Logo Image Size*/
#site-title a img {
    max-width: 98px;
}


Best Regards,
Support

Thanks a lot, it works now.

But the slider, how can i get that smaller?

Hey there,
Hope you’re doing well today

That slider you’re referring to, is that the one on your blog page(linked below)?

http://olare.life/blog/

Please let me know so that I may provide some CSS that should work for that.

I look forward to your reply :slight_smile:

Best Regards,
Support

Hello. I am not the one that asked how to make the slider smaller, but I am interested in learning how. It is too big on my home page. http://olare.life/ Thank you.

Hello there,

Thanks for keeping in touch.

@Olare Please open a separate ticket for your issue as it would be easier to keep track of what is happening using another ticket.

Best Regards,
Support

Hello,

My blog is http://www.deal-finder.nl/.

I wanted to have it 250 high instead of 460px

Hi there,

Thanks for keeping in touch with us.

Kindly add and save the following code to Appearance > Customize > Additional CSS:

.slides img.pngfix.wp-post-image {
    height: 250px!Important;
}

Please let me know if there are any more questions that I may answer for you :slight_smile:

Best Regards,
Support