instead of on the right??
thanks

Comments

inthefuture’s picture

instead of it being on the right of the site name?

komal.savla’s picture

Hi,
In style.css

.logo-text {
display:inline;
font-family:Verdana,Tahoma;
font-weight:bold;
padding-left:10px;
position:relative;
}

Just remove display:inline; from the above css to make the site slogan appear below the site name.

Thanks,
Komal.

danpros’s picture

Status: Active » Closed (fixed)

@komal.savla: thanks for answering it :)

Solved.