Closed (works as designed)
Project:
Commerce Kickstart
Version:
7.x-2.4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2013 at 23:32 UTC
Updated:
25 Mar 2013 at 13:39 UTC
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
Comment #1
guguss commentedHi,
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 ;-)