GK5 grid not centered
Responsive community-minded music Joomla template with JomSocial extension support.
Rate this topic: 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:
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.
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.
-
- 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.
-
- 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;
}
-
- 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:
What should i do now?
Thanks!
What should i do now?
Thanks!
-
- 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:
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;
}
-
- Moderator
5 posts
• Page 1 of 1