Support for SermonSpeaker 4.x is canceled as it is for Joomla 2.5. I will gladly assist you with minor issues but I will not fix any bugs anymore in this releases.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Column Widths (Title,Scripture,Speaker,Date)
- Thomas Hunziker
-
- Offline
- Administrator
-
Less
More
25 Apr 2012 09:01 #1832
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Column Widths (Title,Scripture,Speaker,Date)
Yep, make the change in the template CSS and not in SermonSpeaker.

Please Log in or Create an account to join the conversation.
- Darrell Glendenning
-
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
25 Apr 2012 17:30 #1833
by Darrell Glendenning
Replied by Darrell Glendenning on topic Re: Column Widths (Title,Scripture,Speaker,Date)
I guess the solution was just too obvious for me to see
. Thanks!

Please Log in or Create an account to join the conversation.
- Pamela Besteder
-
- Offline
- Senior Member
-
Less
More
- Posts: 48
- Thank you received: 0
28 Nov 2015 18:19 #5690
by Pamela Besteder
Replied by Pamela Besteder on topic Re: Column Widths (Title,Scripture,Speaker,Date)
Thomas
Can the column width be changed by making a change in the custom.css file?
If so, what would that look like?
Pam
Can the column width be changed by making a change in the custom.css file?
If so, what would that look like?
Pam
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
28 Nov 2015 18:59 #5692
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Column Widths (Title,Scripture,Speaker,Date)
Since this is a thread which is almost four years old and in the 4.x support area I have to first ask what SermonSpeaker version you're using 
I think most columns in SermonSpeaker have a specific class "ss-columname" (eg "ss-speaker") plus a generic "ss-col" one. Additionally each view should have a class on the top container like that "ss-view-container" (eg ss-sermons-container) which allows to target rules specific to a view.
If you can make adjustments using a custom.css file depends on your template. SermonSpeaker doesn't look for such a file. Often, templates have such a feature. If not you can use one of the many available plugins and modules which allow to do the same.

I think most columns in SermonSpeaker have a specific class "ss-columname" (eg "ss-speaker") plus a generic "ss-col" one. Additionally each view should have a class on the top container like that "ss-view-container" (eg ss-sermons-container) which allows to target rules specific to a view.
If you can make adjustments using a custom.css file depends on your template. SermonSpeaker doesn't look for such a file. Often, templates have such a feature. If not you can use one of the many available plugins and modules which allow to do the same.
Please Log in or Create an account to join the conversation.
- Pamela Besteder
-
- Offline
- Senior Member
-
Less
More
- Posts: 48
- Thank you received: 0
28 Nov 2015 20:11 #5693
by Pamela Besteder
Replied by Pamela Besteder on topic Re: Column Widths (Title,Scripture,Speaker,Date)
Yes, you're right.
I was able to find the CSS to make the update.
If anyone else is interested, here's what I put in my custom.css to alter the width of the speaker column
td.ss-col.ss-speaker.hidden-phone {
width: 250px;}
Thanks
Pam
I was able to find the CSS to make the update.
If anyone else is interested, here's what I put in my custom.css to alter the width of the speaker column
td.ss-col.ss-speaker.hidden-phone {
width: 250px;}
Thanks
Pam
Please Log in or Create an account to join the conversation.
Time to create page: 0.293 seconds