Issues with responsiveness
-
The theme has some formatting issues when the screen width is between 800 and 1000 px (approx.). The sidebar gets bumped down and the content area doesn’t change its width, thereby leaving a wide gap towards the right. Here’s a screenshot and an animation.
I was able to get a temporary fix by changing the line
@media all and (max-width:800px) {
to
@media all and (max-width:1000px) {
in responsive.css. However, a 1000px stretched out single column looks very ugly.
Ron’s other theme, Asteroid, doesn’t have this issue (the content area keeps shrinking and the sidebar stays put until the screen width reaches 800px). Is there any way to make Frontier resize in a similar manner?
Thanks.
Here’s my blog.
- The topic ‘Issues with responsiveness’ is closed to new replies.