This seems like a bug to me, though perhaps it is by design.

I was able to make the slogan sit under the logo by adding the following css to commerce_kickstart_style.css

.branding-data {
  float:left;
}
.site-name-slogan {
  clear: left;
}

Comments

guguss’s picture

Status: Active » Closed (works as designed)

Hi,

This can't be considered as an issue since we didn't include any slogan within KS by default !

Anyway, feel free to display it wherever you need ;-)