Posted by lunk_rat on August 31, 2012 at 5:19pm
1 follower
| Project: | Sky |
| Version: | 7.x-2.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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!