[Theme: Hey Cookie}
-
I have the mini-grid displaying as left sidebar1. On an iPad (850 to 1150), the main entry gets pushed below the left mini-grid sidebar. There isn’t room in the 800px wrapper for left side bar + padding + post, so I bumped up all containers set to 800px to 830px here:
media.css
@media only screen and (min-width: 850px) and (max-width: 1150px) {
.wrapper {
width: 830px;
}
.headline {
min-height: 60px;
min-width: 830px;
}
.site-title {
width: 830px;
}
.slider-item-img,
#featured,
div.orbit-wrapper,
div.orbit>a,
.orbit>div {
width: 830px;
height: 300px;
}
- The topic ‘[Theme: Hey Cookie}’ is closed to new replies.