Hi

I'll use a slogan on my site but it's placed so close to the logo. I tried to type some extra spaces at the beginning of the slogan to fill up space but it's not working.
How can I move up the slogan more to the right?

Thanks

Doubleu

Comments

danpros’s picture

Hi Doubleu,

You can modify this in style.css or local.css if you use it

.logo-text {
display: inline;                       
font-weight: bold;
position: relative;
padding-left: 10px; <!-- change this -->
font-family: Verdana, Tahoma;
}
doubleu’s picture

Hi Dan,

It works fine :)

Thanks a lot!

Doubleu

danpros’s picture

Status: Active » Closed (fixed)

Great! :)

Your problem solved. I'll close this.

Thanks,
Dan

vicky en’s picture

Issue summary: View changes

But where do I even modify the style.css? Where within the admin dashboard is this?