5th Sponsors Logo not aligning
Responsive Joomla events template to create conference, festival and other big-name event website.
Using the sponsors logo function and on a line if I have 5 sponsors the 5th logo is not aligning. You can see it at
http://www.paleadershipconference.org/sponsorsI have reviewed the code of the page and the css, but I am sure I am missing it right in front of me.
-
- Junior Boarder
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.gk-sponsors-wrap > a,
.gk-sponsors > div > a {
display: inline-block;
float: none;
width: 18%;
}
-
- Moderator
-