Image Effect - Text Spacing
4 years 5 months ago #56946
by sharon66
Image Effect - Text Spacing was created by sharon66
Hello,
What is the best way to adjust the spacing on the title when it goes to 2 lines, for example here www.aswm.org/aswm_1_test/ - ASWM Webinars? So spacing between words when it goes to 2 lines.
Thanks.
What is the best way to adjust the spacing on the title when it goes to 2 lines, for example here www.aswm.org/aswm_1_test/ - ASWM Webinars? So spacing between words when it goes to 2 lines.
Thanks.
Please Log in or Create an account to join the conversation.
4 years 5 months ago #56949
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Image Effect - Text Spacing
Hi
you can use the line-height CSS property to manage the space between 2 lines of the same text
CEd
you can use the line-height CSS property to manage the space between 2 lines of the same text
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
4 years 5 months ago #56952
by sharon66
Replied by sharon66 on topic Image Effect - Text Spacing
Hello,
I was able to add line-height code to the "description" here www.aswm.org/aswm_1_test/
How do I add the space between the titles - as they are running together?
Also - can the "description" be lowercase instead of capital letters?
Thanks.
I was able to add line-height code to the "description" here www.aswm.org/aswm_1_test/
How do I add the space between the titles - as they are running together?
Also - can the "description" be lowercase instead of capital letters?
Thanks.
Please Log in or Create an account to join the conversation.
4 years 5 months ago - 4 years 5 months ago #56955
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Image Effect - Text Spacing
you can do something like that in CSS
Code:
figure[class*="effectck"].effectck-5 [class*="title"] {
line-height: 30px;
}
figure[class*="effectck"].effectck-5 [class*="desc"] {
text-transform: lowercase;
}
Joomlack Webmaster and Developer
Last edit: 4 years 5 months ago by ced1870.
Please Log in or Create an account to join the conversation.
4 years 5 months ago #56957
by sharon66
Replied by sharon66 on topic Image Effect - Text Spacing
Does this go in the custom css then?
Please Log in or Create an account to join the conversation.
4 years 5 months ago #56960
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Image Effect - Text Spacing
yes you can use the custom css to put this code
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.228 seconds