Adding more column to speaker list are

GK User
Sat Oct 18, 2014 4:45 pm
Hello,

A) Can someone please tell me how I can add a 5th column to the speaker list in the front page.
I do not need a second line as in the demo package but I need one more column to display 5 speakers on the same row.

B) I would like to remove the extra space on the "upcoming events" area (top and bottom) as well as the space between the copyright area and the social icons. Found a solution on the forum but only removed the extra space on the top of the footer area.

http://infujazz.com/

Thank you for your help.

Ernst
User avatar
Junior Boarder

teitbite
Sun Oct 19, 2014 1:06 pm
Hi

To reduce space add this to override.css and amke sure override is enabled in template settings:

Code: Select all
.frontpage #gkTop1,
.frontpage #gkTop2 {
    padding: 50px 0 0;
}


for 5 columns I will need to try it first. Please send me an access to Your joomla panel.
User avatar
Moderator

GK User
Sun Oct 19, 2014 1:37 pm
teitbite wrote:Hi

To reduce space add this to override.css and amke sure override is enabled in template settings:

Code: Select all
.frontpage #gkTop1,
.frontpage #gkTop2 {
    padding: 50px 0 0;
}


for 5 columns I will need to try it first. Please send me an access to Your joomla panel.


Hello,

I tried the css code above but I dont see much of a change. I keep playing with the value.

I PM the code for my panel, thank you for helping.

Ernst
User avatar
Junior Boarder

teitbite
Mon Oct 20, 2014 9:17 am
Hi

Please rise my access level. I cannot see the site now. It's still offline even if I log in.
User avatar
Moderator

GK User
Mon Oct 20, 2014 1:25 pm
Hello,

You are already Administrator, I just raised it to Super User?
I put the site offline, I just put it back online.

Thank you for helping.

Ernst
User avatar
Junior Boarder

GK User
Tue Oct 21, 2014 8:20 pm
fleurlavag wrote:Hello,

A) Can someone please tell me how I can add a 5th column to the speaker list in the front page.
I do not need a second line as in the demo package but I need one more column to display 5 speakers on the same row.

B) I would like to remove the extra space on the "upcoming events" area (top and bottom) as well as the space between the copyright area and the social icons. Found a solution on the forum but only removed the extra space on the top of the footer area.

http://infujazz.com/

Thank you for your help.

Ernst



Can someone please help with the above? Thank you.
User avatar
Junior Boarder

teitbite
Wed Oct 22, 2014 1:32 pm
Hi

Please do not bump own threads. It only resets the time and moves question to the end of the line.

Please add this to override.css and make sure override is enabled in template settings:

Code: Select all
.gkNspPM-SpeakersList figure {
    width: 20%;
}


I have already hacked the number of columns in module thanks to Firebug and saved it with 5 columns option which was not supported, try not to save this module settings again.
User avatar
Moderator


cron