User Positions Question

GK User
Sun Jul 24, 2011 7:19 pm
Memovie has 12 user positions (user1, user2...user12). I'd like to user only 5 of them and have those 5 modules spread across my entire page. I can't figure out how to do that. When I locate my 5 modules in positions user1 thru user5, they only take up less than half the page...I guess leaving space for user6 thru user12.

The demo of the template shows only 4 user positions spanning the entire width of the page, so I assume it can be done. Can anybody help me out?

Thanks.
User avatar
Senior Boarder

Konrad M
Mon Jul 25, 2011 7:04 am
Hi
If we are talking about www.grizzledgamer.com there is no problem with user positions ;)
User avatar

GK User
Mon Jul 25, 2011 12:47 pm
Thanks, but it's the Joomla 1.7 upgraded site that I'm having trouble with. Here's a link. (Should have given you link before :blink: )...

www.grizzledgamer.com/jupgrade

I'd like the ">>>>> >>>>> HEADLINES <<<<< <<<<<" to run the entire length of the page.

What do you think?

Thanks.

Griz
User avatar
Senior Boarder

teitbite
Wed Jul 27, 2011 5:45 pm
Hi

You can fixed the widths with this code in css:

Code: Select all
#gkBottom1 .gkCol {
width:225px !important;
}
User avatar
Moderator

GK User
Thu Jul 28, 2011 11:17 pm
Thanks for the reply, but (FYI) I found a way to do exactly what I want without css edits...

I'm using the user1-user5 positions instead of the bottom1-bottom5 positions. (need to study the template positions better next time...heheh.)

Griz
User avatar
Senior Boarder

teitbite
Fri Jul 29, 2011 2:09 pm
Hi

Sure. There is always a lot of solutions from one problem :D

Please check the module position adding ?tp=1 at the end of url (in case You didn't know that)
User avatar
Moderator

GK User
Fri Jul 29, 2011 3:19 pm
teitbite wrote:Please check the module position adding ?tp=1 at the end of url (in case You didn't know that)


Yeah...that's what actually lead me to the solution. I was kicking myself for not looking sooner! :woohoo:
User avatar
Senior Boarder


cron