Image Effect - Text Spacing
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.
by sharon66
Please Log in or Create an account to join the conversation.
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
by ced1870
Please Log in or Create an account to join the conversation.
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.
by sharon66
Please Log in or Create an account to join the conversation.
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:2 years 11 months ago
by ced1870
Last edit: 2 years 11 months ago by ced1870.
Please Log in or Create an account to join the conversation.
Does this go in the custom css then?
by sharon66
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Time to create page: 0.722 seconds