Taking over site, how do I get it into Rapidweaver

Hasn’t worked. I even tried editing the default CSS sheet for the site. The font size changed while I was editing but reverted back to its original size when I finished.

Rich

Sorry, I wasn’t at my computer when I replied, so I hadn’t actually tested them.

I did just now test these, and they do work as expected:

This one makes the Title bigger and the padding is to adjust the vertical position of the Title:

header h1 {
font-size: 2.00em;
padding-top: 10px !important;
}

This gives more space between the 2 lines of the Title text in mobile nav:

@media (max-width: 47.9em){
header #title {
line-height: 2.00em !important;
}
}

This one takes off some of the bottom margin of the Title area in mobile nav:

@media (max-width: 47.9em){
header #noblur {
margin-bottom: -20px !important;
}
}

You can adjust the values of each as needed.

They don’t seem to work in the Reason theme. I put it on the CSS field and get no change.

I apologize, leaving the . off of the original .header made it work. Many thanks.

1 Like

That’s odd as they are working fine for me. Did you use paste as plain text?

Should look like this:

Yeah, that was my mistake in the first post. Glad it worked for you. Also check how it looks in mobile view.

Yes, the extra space is just right. Looks very professional now!

Many thanks,

Rich
In Reply To
[https://avatars.discourse.org/v2/letter/g/65b543/45.png] gronoshttp://forums.realmacsoftware.com/u/gronos Richard Gronostajskihttp://forums.realmacsoftware.com/u/gronos
December 30
I apologize, leaving the . off of the original .header made it work. Many thanks.

1 Like

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