- Posts: 3
long courses names
- joel mestres
- Topic Author
- Offline
- New Member
-
Less
More
14 years 11 months ago #1
by joel mestres
long courses names was created by joel mestres
hello everyone, awesome job!
my courses names are a bit long, and don't fit in "my courses" module as can be seen in www.seasonsvla.com.ar . So the last part of one course name is behind the first part of next course name.
how can i solve this? what code lines should i modify?
thanks in advance for your help
my courses names are a bit long, and don't fit in "my courses" module as can be seen in www.seasonsvla.com.ar . So the last part of one course name is behind the first part of next course name.
how can i solve this? what code lines should i modify?
thanks in advance for your help
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
14 years 11 months ago #2
by Chris
Replied by Chris on topic Re: long courses names
There are many ways to solve this - it really depends on what you wish to achieve. For example, you can:
- shorten the course names
- increase the width of the left position
- decrease the font
- make the course name appear over two lines
Personally, I would want to display using a bulleted list. What is the approach you are trying to show?
Also, you may want to use Firefox webtools so you can see, make adjustments and then make permanent changes.
- shorten the course names
- increase the width of the left position
- decrease the font
- make the course name appear over two lines
Personally, I would want to display using a bulleted list. What is the approach you are trying to show?
Also, you may want to use Firefox webtools so you can see, make adjustments and then make permanent changes.
Please Log in or Create an account to join the conversation.
- joel mestres
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
14 years 11 months ago #3
by joel mestres
Replied by joel mestres on topic Re: long courses names
thanks for your answer chris.
i'd like to make the course name appear over the lines it needs. A bulleted would be great but maybe to much to ask for.
I'm gonna investigate about ff webtools, but if you know how to modify the code to make mores lines ass needed please show me.
i'd like to make the course name appear over the lines it needs. A bulleted would be great but maybe to much to ask for.
I'm gonna investigate about ff webtools, but if you know how to modify the code to make mores lines ass needed please show me.
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
14 years 11 months ago #4
by Chris
Replied by Chris on topic Re: long courses names
Hi again
I am not much of a programmer so I cannot tell you exactly what to do and Antonio is on leave these couple of weeks.
That said, you can look at he module mod_joomdle_courses/tmp/default.php
Around line 32 is where the information is displayed (echo). The module does not have it's own css and uses the default from the joomla template.
I am not much of a programmer so I cannot tell you exactly what to do and Antonio is on leave these couple of weeks.
That said, you can look at he module mod_joomdle_courses/tmp/default.php
Around line 32 is where the information is displayed (echo). The module does not have it's own css and uses the default from the joomla template.
Please Log in or Create an account to join the conversation.
- joel mestres
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
14 years 11 months ago #5
by joel mestres
Replied by joel mestres on topic Re: long courses names
ok, thanks, if I can't , in a couple of weeks i write again
Please Log in or Create an account to join the conversation.