[SOLVED] Edge modules at the same altitude

GK User
Fri Dec 30, 2011 7:50 pm
Hello friends, I would like to know if you can bring the edges of the modules on the same plane. I am attaching a picture to understand the problem. A module ends a little before, the other a little later ... you can take them all at the same height?
Thank you!
Luca :)
User avatar
Fresh Boarder

GK User
Sat Dec 31, 2011 1:09 am
i have also had this problem and have been looking at the default template to see if this is possible.
User avatar
Platinum Boarder

GK User
Sat Dec 31, 2011 9:20 am
You can change the height of the modules with a css however that wouldn't be dynamic anymore and it will be a fixed height which is not convenient If that is what you want postback and i ll reply with a solution.

Also post a link to your website please, thank you.

See you around...
User avatar
Platinum Boarder

GK User
Sat Dec 31, 2011 9:32 am
I am attaching the link of your domain for a solution. I tried the menu template to change the percentage of modules top1-7 to 55% better than that ... I can not do. Do you have other solutions? thank you very much
Luca


http://www.cislgiovanifrosinone.com/
User avatar
Fresh Boarder

GK User
Sat Dec 31, 2011 11:45 am
Use below css in override.css file or in custom css section in template features. This will effect all modules that is in Top1 position so experiment with other modules if you do have top1 position used in other pages.

Code: Select all
#gkTop1 .box {
    height: 395px;
}
User avatar
Platinum Boarder

GK User
Sat Dec 31, 2011 12:47 pm
Thanks for the reply. I went under management template, Features (Also I attach a picture) and I put the code that I have recommended. I entered three times (for the top1 and top2 and top3) because the three modules are in different positions. It seems that it does not move anything that does not change the height of the modules ... where wrong?
Thank you
Luca
User avatar
Fresh Boarder

GK User
Sat Dec 31, 2011 12:55 pm
You are adding it in wrong section. This is a CSS Code and should be added in

Template settings > Advanced Settings > Custom CSS Code

Or Enable Css Override option from there and add it in template Folder/css/override.css File itself.
or Alternatively edit template.css file and add it at the bottom.

Also you don't have to repeat the code for top2 top3 as per your example modules.

See you around...
User avatar
Platinum Boarder

GK User
Sat Dec 31, 2011 1:16 pm
Perfect!!! Now is egual okkkkk
Thank you, Mercì, Grazie!!
Happy new year!
Luca
User avatar
Fresh Boarder

GK User
Sat Jan 07, 2012 9:35 am
No problem at all, marking this topic as solved.

See you around...
User avatar
Platinum Boarder


cron