Questions about GRID module

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Oct 07, 2013 12:50 am
Reply with quote
Report this post
Hello,
can you please tell me:

1. How to change the height of the GK Grid module?
2. Make padding (space) between the items in the grid (the squares)?

Thanks,
S@
User avatar
Platinum Boarder

GK User
Mon Oct 07, 2013 2:11 am
Reply with quote
Report this post
Although height depends on your grid rows but if you want specific height you can use below css

Example 800px.
Code: Select all
.gkGridGK5Wrap { height: 800px; }

To add padding between grids use below css
Code: Select all
.gkGridElement {padding: 3px; }

In case you have multiple grid modules and you want different css for each then add modules id in front of your css.

Such as below example.
Code: Select all
#gk-grid-698 .gkGridGK5Wrap { height: 800px; }
#gk-grid-698 .gkGridElement {padding: 3px; }

You can add above css codes to override.css located in templates css folder and then enable css override option in template settings > advanced settings > css override "on".

Let us know if you need further help.

See you around...
User avatar
Platinum Boarder


cron