Image Effect CK - Margin/Line spacing
- sharon0002@yahoo.com
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
2 days 14 hours ago #74440
by sharon0002@yahoo.com
Image Effect CK - Margin/Line spacing was created by sharon0002@yahoo.com
Hello,
Have a test page here: nawm.org/index.php?option=com_content&view=article&id=10718 and am having trouble with the spacing.
For the "description text" there seems to be plenty of space for the line on the first module to read:
APRIL 27 - MAY 1, 2026 (THIS GOES TO THE NEXT LINE)
NCTC
SHEPHERDSTOWN, WV
LEARN MORE
THE OTHERS:
SAME THING - THE YEAR GOES TO THE NEXT LINE
WOULD LIKE IT TO READ:
SEPTEMBER 16-18, 2025
EPA REGION 8 OFFICE
DENVER, CO
LEARN MORE
JANUARY 21 - 23, 2 -2026
PONTE VEDRA BEACH, FL
LEARN MORE
Is there somehow to reduce the space or margin around the text to allow for better flow?
Thanks.
Have a test page here: nawm.org/index.php?option=com_content&view=article&id=10718 and am having trouble with the spacing.
For the "description text" there seems to be plenty of space for the line on the first module to read:
APRIL 27 - MAY 1, 2026 (THIS GOES TO THE NEXT LINE)
NCTC
SHEPHERDSTOWN, WV
LEARN MORE
THE OTHERS:
SAME THING - THE YEAR GOES TO THE NEXT LINE
WOULD LIKE IT TO READ:
SEPTEMBER 16-18, 2025
EPA REGION 8 OFFICE
DENVER, CO
LEARN MORE
JANUARY 21 - 23, 2 -2026
PONTE VEDRA BEACH, FL
LEARN MORE
Is there somehow to reduce the space or margin around the text to allow for better flow?
Thanks.
Please Log in or Create an account to join the conversation.
1 day 19 hours ago #74446
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Image Effect CK - Margin/Line spacing
Hi
you can add this css in your page to fix it :
or simply remove it from the interface in the Style ID 44, where you have added it. Because this property does not exist in my code
CEd
you can add this css in your page to fix it :
Code:
figure[class*="effectck"].effectck-44 [class*="title"],
figure[class*="effectck"].effectck-44 figcaption [class*="desc"] {
inline-size: auto;
}
or simply remove it from the interface in the Style ID 44, where you have added it. Because this property does not exist in my code
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.204 seconds