Is it possible to have both columns on the right side? Especially the currently left-sidebar to the extreme right and the right-sidebar to its left?

Comments

hswong3i’s picture

You can customize the theme within your custom.css

hswong3i’s picture

Since the page.tpl.php print region in order of left -> middle -> right, and all region are float left, you may try to define the left sidebar as float right. Therefore left sidebar will first float to right most, where middle float to left and right sidebar, too.

BTW, since this MUST break the default fluid width layout implementation, where fluid width IS VERY COMPLICATED for understanding, I am not too suggest to do so. E.g. even I have already implement both 4 of my theme projects as fluid width, keep on working with it for more than 2 months, Multiflex-3's implementation is still buggy until 6.x-1.0-rc3...

Anyway, if you try for some implementation and looks fine, please try to comment in here. I will collect it and place into custom.example.css. Thanks.

stattler’s picture

Thanks for your reply. I will not try this at the moment as my expertise on CSS is near zero. I will rather wait and see the final version of this theme. Its simple and beautiful.

hswong3i’s picture

Thank you for your support and I am very happy that you keep on using the latest version of this theme. I also keep my eye on your site and the customization look great, too. Theme is now stable, and there is always no FINAL version: whenever there is something new and suitable for the theme, I will upgrade it and provide the enhancement, as like as my other 2 (Contented7 and Internet Services) 2-years-old projects.

BTW, as stated in http://drupal.org/node/269458#comment-884771, I am not going to provide help for any customization request individually. If you are able to workout some code and post under this issue, I will give you a hand to debug it (as you have already contribute something); or if you really need someone to give a hand for the customization, please contact me personally and I am able to provide service for you, too.

hswong3i’s picture

Any else update? Or I will set this issue as fixed :-)

hswong3i’s picture

Assigned: Unassigned » hswong3i
Status: Active » Fixed

Assume as fixed since no more feedback.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.