Active
Project:
Sky
Version:
7.x-2.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2012 at 17:19 UTC
Updated:
31 Aug 2012 at 17:19 UTC
Sky has too much whitespace before the breadcrumbs for my use-case. If I set this in page.css:
.columns-inner {
padding-top:10px;
}
Then the breadcrumbs (or the first div inside of columns-inner) gets displayed at the center of the page, instead of left. This happens only on full browser widths; on a smaller browser window or a mobile device, it looks fine.
I'm sure there is some other positioning/layout selector that I need to adjust when adjusting padding-top on .columns-inner. What might that be?
Thanks!