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?
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.