Is there a way to have the boxed layout and still have the website to be viewable on a mobile such as a smartphone ?
Regards
Paul
Is there a way to have the boxed layout and still have the website to be viewable on a mobile such as a smartphone ?
Regards
Paul
Hi Paul,
As far as I know the boxed layout is responsive. See: http://bit.ly/M9h9xH (i've shortened the link as its a long one to the demo theme with boxed layout)/
Regards,
Devin
Can you check my site, it seems it's the responsiveness is broken ?
I can't get it to resize like the demo page in my browser. And on my iphone it looks like this.

You need to remove the following in your custom.css or make it only for a specific screen size with a media query:
.boxed #wrap_all {
margin: 0 auto 30px auto;
width: 990px;
}
If you only want to remove the top margin but keep it responsive, just remove the width and keep the margin attributes.
Regards,
Devin
Awesome! Thanx for that!
Glad that fixed it for you :)
Regards,
Devin
This topic has been closed to new replies.