Help with logo size on the KIKI theme

Hi there,
I’m very new to Rapid Weaver and so far I’m enjoying building my site. I am a bit of a novice and I’m spending time learning the skills I need via tutorials, forums etc. My question: Is there a way to increase the size of my logo in the header part of a page?

Thanks

Sue

If you’ve dropped a logo into the Site Logo field in General Settings then you can adjust its size by using this CSS

#title img {
	max-width:200px;
}

and change the width to whatever you want. Just copy and paste the code into site wide code box under Settings in the left hand column.

The theme sets the max logo width to 80px so increasing its size may mess with other elements in the design. You’ll just have to play around and see what works.

Rob

2 Likes

Thank you so much for your help Rob. This works perfectly!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.