I use the Fusion Starter theme, the Logo sits on top of the Site Title. How to make them inline?

Comments

Deepika.chavan’s picture

Hi,
Rename your 'local-sample.css' file to local.css which is there in '/css' directory. If it is not there then you can create one local.css file in '/css' directory. (Please do clear cached data) . Try adding following css code in 'local.css' file to make site logo and site name inline.

#logo {
  float: left;
  margin-right: 10px;
}

Rgrds,

Deepika Chavan.

jeremycaldwell’s picture

Status: Active » Fixed

Thanks Deepika, that should do it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.