is there a way of keeping user 1 position the same size as u

GK User
Sat Jan 14, 2012 3:14 pm
Hi can anyone tell me if it is possible to keep the module positions the same size. what i mean by this is, if you look at the site i am working on http://www.cheapflightsgatwick.com/ and look at user 1 and user 2 and user 3 then you will see because the content is different lengths, the module positions look untidy and i would like the module positions to be the same legnth no mater how much content i have on each section. any help solving this problem would be great
User avatar
Platinum Boarder

GK User
Sun Jan 15, 2012 12:10 pm
Hi,

You can add a suffix class for those modules, let's say "userclass", then add this code to override.css (with override css enabled in template setting):
Code: Select all
.userclass > .nsp {
height: 450px;
}
User avatar
Platinum Boarder

GK User
Sun Jan 15, 2012 2:03 pm
Don Lee wrote:Hi,

You can add a suffix class for those modules, let's say "userclass", then add this code to override.css (with override css enabled in template setting):
Code: Select all
.userclass > .nsp {
height: 450px;
}


hi what is the user class, if i want to have bottom1, bottom2, bottom3 the same size what would i need to add and say if i want to do top1 and say top 4 the same way
User avatar
Platinum Boarder

GK User
Mon Jan 16, 2012 11:31 am
userclass is a class name I chose, you use it for all of your user modules, if you want to make the same to bottom modules, you can define a new class named "bottomclass" then do the same as above.
User avatar
Platinum Boarder

GK User
Tue Jan 17, 2012 12:27 am
Don Lee wrote:userclass is a class name I chose, you use it for all of your user modules, if you want to make the same to bottom modules, you can define a new class named "bottomclass" then do the same as above.


thanks don, i have learned alot from you, many thanks. could you check out my menu problem for me which i have posted a question about, many thanks
User avatar
Platinum Boarder

GK User
Tue Jan 17, 2012 1:18 pm
You are most welcome! Where can I see the topic about the menu issue?
User avatar
Platinum Boarder


cron