News show pro Gk5 doesn't work properly in rockwall template

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun Nov 24, 2013 7:56 pm
Hi , I'm having a problem with News show pro Gk5 configuration in rockwall template for the inset , sidebar and mainbody positions.
These posistions doesn't show properlly.
Please help me to solve this problem

In the following image you can see that the modules are not aligned properly neither horizontally nor vertically
nok.png


In the following image you can see that they are alligned correctly
ok.png


Regards
Mario Gatica
User avatar
Fresh Boarder

GK User
Sun Nov 24, 2013 8:03 pm
The site url is : http://www.puntoeducar.com/rockwall/

Regards
mario
User avatar
Fresh Boarder

teitbite
Tue Nov 26, 2013 3:56 am
Hi

It works ok, problem is that tempate needs to be adjusted to the widths modules has used for it's articles. Please try add this code to css:

Code: Select all
.gkCols3, .gkCols4, .gkCols6 {
    margin: 0 !important;
}

#gkContentWrap.gkInsetLeft + #gkInset {
    padding: 0;
}

#gkSidebar {
    float: right;
    padding: 0;
    width: 25%;
}

#gkContent {
    width: 75%;
}

#gkInset {
    width: 32%;
}

#gkContentWrap {
    width: 68%;
}


please take a looks at this code and try to apply the widths to in layout section of template settings. since it will not be overwrriten.
User avatar
Moderator


cron