joomdev / Astroid-Framework

Powerful framework for designers and developers to create responsive, fast & robust Joomla based websites and templates.
https://github.com/templaza/astroid-framework
GNU General Public License v2.0
104 stars 42 forks source link

Solve biggest problem with frameworks #39

Open findborg opened 5 years ago

findborg commented 5 years ago

The biggest problem with frameworks and the reason that I have quit using most of them is because none offer fixed sizing for the main content layout. For example x=maincontent s1=sidebar1 s2=sidebar2 Layouts

s1, x ,s2(300px) s1(160px), x or simply x, s2(300px)

chetanmadaan commented 5 years ago

Hello,

It's possible to do a 3 column layout and have fixed width as well. By default (since it's based on bootstrap) and is responsive, width for every column is in %. You can however give custom classes, ID's on section/column level and specify the width in the custom css/scss files.

Thanks, Chetan

findborg commented 5 years ago

Actually, after doing a little research. I think that you should change the custom setting in edit grid to all .col classes with the option of how many col to add. Then width could be controlled using nothing but css. Which is a little easier than any work rounds.

findborg commented 5 years ago

See here

chetanmadaan commented 5 years ago

I see it, part of the pending update in Astroid we have upcoming is be able to edit the boostrap default settings (colors, grids, breakpoints and other stuff), from the Joomla backend itself. I'll speak to the dev team and see if we can include that too.

I appreciate you doing further research into this. Chetan

chetanmadaan commented 5 years ago

I have confirmed that this should be released as part of the update in the next major version.

findborg commented 5 years ago

Excellent news.