milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
918 stars 196 forks source link

CSS Issue when using source ordering #266

Closed ghost closed 10 years ago

ghost commented 10 years ago

FYI: If you use push/pull source ordering the margins are messed up for a left sidebar. I think the CSS needs to be adjusted, but I am not sure how to fix it.

ghost commented 10 years ago

Ok. So those who want to have sidebar on the left using source ordering. You need to go into styles.scss and change lines 336 and 337. It should look like this:

@media #{$large-up} {

sidebar {

    padding-right: $column-gutter;
    padding-left: 0;
    margin-top: rem-calc(0);
}
cordltx commented 10 years ago

Hi Jeff, I'm trying to do the same, but I'm not being very successful. I'm using the child theme for Reverie and I managed moving the sidebar using the push method. The problem arrives with medium sized interfaces, such as ipads, where the content is not being resized properly. Can you explain your method? did you change something else besides the code you're referring above? Thank you very much a.