Padding in JW Foundation's Top Bar Stack

Hello!

It’s always bothered me how the logo in my nav bar (Top Bar Stack) crowds right to the edge. Is there any way to add some padding around the logo?

Thanks!

Try this CSS in the Site Wide Code area of RapidWeaver 7

ul.title-area.title-area-site-setup>li.name>a>span>img {padding-right: 20px !important;}

you can adjust the px setting to match what you want.

2 Likes

Thanks to the great @zeebe!

1 Like

and to add some padding to the top and the bottom?

Thx

change or add
padding-top
padding-bottom