Jump to content
Sign in to follow this  
xflame

Full Screen/Browser Resolution Layout

Recommended Posts

xflame

Hello, How can I configure the PageLines Platform Pro Dev so that the size of the layout can be automatically adjust to cover the full screen/browser resolution layout. Kindly thanks for the help. Donny

Share this post


Link to post
Share on other sites
bryan-hadaway

Not entirely sure I follow. Perhaps if I can see your site I might understand better. Thanks, Bryan

Share this post


Link to post
Share on other sites
xflame

In platform when you edit the layout, you configure the pixel numbers. Can it be made using percentageor something so that the width will be auto adjusting to the browser/screen width. My site: www.akanmerit.com Thanks, Donny

Share this post


Link to post
Share on other sites
xflame

Hi Bryan, Do you have any recommended css for your recommended setting (20px margin for body and 100% width on the canvas)? Thanks, Donny

Share this post


Link to post
Share on other sites
Kate

Hey Donny - Do you use Firebug? I think that will be helpful for you. For the canvas (#page-canvas), I believe you'll want to set it to "width:100%".

Share this post


Link to post
Share on other sites
xflame

Hey Kate, Just want to make sure to modify the correct css class. Currently using google chrome inspect element (similar to firebug). Thanks, Donny

Share this post


Link to post
Share on other sites
xflame

By the way, when I directly change the css on the fly, I can use the css: #page-canvas { width: 98%; } But the problem is when I put this on the platformbase base.css the one applied is the original platform css (width: 980px) & also if I applied the css the only thing that is adjusting to 98% is the canvas page but not the contents inside. How is the best way to make all the contents also adjusting to the browser width? Thanks, Donny

Share this post


Link to post
Share on other sites
Andrew

Hey Donny, I think you're talking about responsive web design here. This is actually something pretty hard to implement, which is why you only see it on a few sites. It requires an entire CSS framework based around it. The good news is we eventually want to add this to PlatformPro, and if you are *good* at CSS you can probably get it done yourself. Here is a resource: http://www.alistapart.com/articles/responsive-web-design/

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×