GK5 grid not centered

Responsive community-minded music Joomla template with 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
Sat Jan 17, 2015 9:43 pm
Reply with quote
Report this post
Hi, I am using the same module (featured artists grid) as shown on the demo of Music State, but I am using 5 boxes instead of 6, and i can't get my grid centered on the website. I'll show it better on a picture:

Image
What's painted red is where should my grid show

Sorry because I'm new on this, but how can I do so the grid shows centered?

Thank you a lot.
User avatar
Fresh Boarder

teitbite
Tue Jan 20, 2015 11:12 am
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Wed Jan 21, 2015 12:01 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkGridGK5Wrap {
    left: 8.3334%;
    overflow: hidden;
}
User avatar
Moderator

GK User
Wed Jan 21, 2015 7:41 pm
Reply with quote
Report this post
Adding that centers the artists grid (module position bottom1), but now the grid on mainbody and the grid on bottom2 are displaced to the right:

Image

What should i do now?

Thanks!
User avatar
Fresh Boarder

teitbite
Fri Jan 23, 2015 8:18 pm
Reply with quote
Report this post
Hi

Every module has a unique css selector so You can same code with more detailes:

Code: Select all
#gk-grid-690 .gkGridGK5Wrap {
    left: 8.3334%;
    overflow: hidden;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.