Template resizing

Hello Nabeel!

As we work with Joomla in our main site (www.brisalinhasaereas.com), we are trying to make phpVMS basic template to fit into an article layout as an iFrame. The problem is our Joomla template is limited to 900px width. This restriction gives us rolling bars: erghhhhh… :blink: Is there a way to reduce phpVMS basic template width to fit in a maximum 900px iframe. If so, how can I do it?

Thank you!

p.s.: here is how is set our phpVMS: http://dov.brisalinhasaereas.com

HI you can define your page size to what ever size you want.

just customize the default skin and make your changes, be sure to create another folder to place your changes in and use the admin section to define your new skin.

This will explain it better,

HI you can define your page size to what ever size you want.

just customize the default skin and make your changes, be sure to create another folder to place your changes in and use the admin section to define your new skin.

This will explain it better,

Hello, Mark!

Thank you for you support.

But this is not what I’m looking for yet.

I’ve already made this changes. With that I have no doubt.

The problem is the width anyway…

Hi you can get rid of the bars by adding scrolling=no to the iframe

Sorry i misunderstood

You are right. No scrolling I get no bars. On the other hand, template is cut inside the frame.

you can either widen the iframe or reduce phpvms, i had a site running phpvms with a width of 750px so it is possible to do.

you can either widen the iframe or reduce phpvms, i had a site running phpvms with a width of 750px so it is possible to do.

Very nice! Would you please give me some tips about how to set it?

You need to edit the CSS in the skin to change the width

You need to edit the CSS in the skin to change the width

Very nice, very nice! I was running some test with FireBug and it worked out fine. I’m sorry for bothering you all, but I’m not so close to php and css. But I try!

Thanks a lot!

No prob! Firebug is a great tool for debugging these issues