module positioning- like demo

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Sun Mar 28, 2010 9:31 pm
Hi,

I need some assistance with aligning the Header1, Header2, Top and Right_Top, just like the demo.

The sizes of the image show is the correct 670 X 313, but the image is showing on the site as Width 605.

I am unable to align the Top and Right_Top position like the demo. The menu is being pushed far right.

I followed the instructions per the documents.

Any help will be appreciated.
User avatar
Fresh Boarder

GK User
Thu Apr 01, 2010 3:25 am
Support please.
User avatar
Fresh Boarder

GK User
Thu Apr 01, 2010 6:05 am
yes i am having a similar problem. I want right1 & 2 to sit next to each other as in the demo however when i publish modules in these positions they are sitting below each other
User avatar
Fresh Boarder

teitbite
Fri Apr 02, 2010 10:21 pm
Hi

Please show me Your sites.
User avatar
Moderator

GK User
Tue Apr 06, 2010 11:54 am
Hi,

My site is wholesalelion.com
User avatar
Fresh Boarder

teitbite
Wed Apr 07, 2010 11:11 am
Hi

If it goes for Photoslide You will have to change the size in photoslide group settings than in module configuration please use style without thumbs, because I think You wanted it that way.

To make the menu larger You will need to modyfie css. Example:

Code: Select all
#gk-mainbody {
width:75% !important;
}

#gk-right {
width:25% !important;
}


I think You will get the point :) Css changes/addons are always good to pe set at the eand of template_css.css file.
User avatar
Moderator

GK User
Thu Apr 08, 2010 1:30 pm
Hello Teibit,

The Photoslide is now all set... Thanks!

The Menu now has dropped to a different position once I made the changes. i have adjusted the width to make it smaller but that did not work.

Please advice.

Wholesalelion.com
User avatar
Fresh Boarder

GK User
Fri Apr 09, 2010 2:00 am
I have the same problem, the module on the right is pushed too far right. How can i fix this? The photoslide looks ok.
User avatar
Senior Boarder

teitbite
Fri Apr 09, 2010 11:03 pm
Hi

Please add:

Code: Select all
float:left;


to #gk-mainbody from last changes. Sorry I've missed that :(
User avatar
Moderator

GK User
Sun Apr 11, 2010 7:08 pm
Hello Teitbite,

Thank you for your assistance. I am still unable to align the Top position(News) and Right_Top (Menu) position like the demo. The menu is now in the wrong place.

Thanks!
User avatar
Fresh Boarder

teitbite
Sun Apr 11, 2010 7:33 pm
Hi

The fixed width for mainbody has dissapeared. Please add this at the end of template.css file:

Code: Select all
#gk-mainbody {
width:75% !important;
}
User avatar
Moderator

GK User
Tue Apr 13, 2010 2:58 am
Thank you!

Issue Resolved!
User avatar
Fresh Boarder


cron