Center Sponsors

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Tue May 28, 2013 4:55 pm
How can I center the Sponsors rectangles on the homepage if I have fewer than 5?
User avatar
Fresh Boarder

GK User
Tue May 28, 2013 8:18 pm
Could You share an url to your site?
I is quite possible, You can't do it easy - it is designed to work with 5 or more :(
User avatar
Moderator

GK User
Wed May 29, 2013 7:33 am
Please edit: /wp-content/Fest/css/override.css and add at its end:
Code: Select all
.gk-sponsors > div {
    overflow: hidden;
    text-align: center;
}
.gk-sponsors > div a {display: inline-block; float: none;}


It should do the trick.

Remember to enable "Use the override.css file" in theme settings (under comments section in wp-admin) -> advanced tab.
User avatar
Moderator

GK User
Thu May 30, 2013 10:20 pm
Perfect, that did the trick indeed. Thanks!
User avatar
Fresh Boarder

GK User
Mon Jun 24, 2013 12:26 am
Hi there,
Just wondering how I could modify this to center individual sponsors on the sponsors page, rather than having them all left justified?

Thanks.
User avatar
Fresh Boarder

GK User
Mon Jun 24, 2013 9:23 am
Could You post an url to your site?
User avatar
Moderator


cron