under the left and right column css in the layout.css I have changed the percentages but with no luck.
When inspecting the columns in my safari browser, I can see that the columns are inline styled – which doesn’ t make sense to me at all, since I have the impression that Joomla is mostly based on css.
I can see that the left and center column are being held by <div id =”ja-mainbody” style=”width70%”> right?
It holds two columns:
<div id=”ja-content” class”column” style=”width: 64%”>
<div id=”ja-col column ja inset2″ style=”width: 36%”>
The right column is held by “ja-right” which is set to 30% and that makes sense – it holds <div class=”ja-col column” style=”width: 100%”>
1. Now I need to change the width, so that I can make the main content area wider in my layout. On what level do I change the percentages in the layout – in the most inner div?
2. Please point out where to adjust the three areas: The left, center and right column.
Thanks a bunch