Image Effect Plugin ignores Component style
5 years 2 months ago #53521
by Brause
Replied by Brause on topic Image Effect Plugin ignores Component style
thank you – nearly perfect.
Only one long title is not displayed in centre (picture attached). How I can solve this?
Only one long title is not displayed in centre (picture attached). How I can solve this?
Please Log in or Create an account to join the conversation.
5 years 2 months ago #53526
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Image Effect Plugin ignores Component style
you can play with the padding on
figure[class*="effectck"] figcaption
figure[class*="effectck"] figcaption
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
5 years 2 months ago - 5 years 2 months ago #53528
by Brause
Replied by Brause on topic Image Effect Plugin ignores Component style
Sorry, but padding in custom.css is changing only position of all other titles. Position of long title remains the same.
Last edit: 5 years 2 months ago by Brause.
Please Log in or Create an account to join the conversation.
5 years 2 months ago #53537
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Image Effect Plugin ignores Component style
the padding is not set, please update your code like this
Code:
figure[class*="effectck"] figcaption [class*="title"] {
font-weight: 700;
line-height: 1;
font-size: 26px;
}
figure[class*="effectck"] figcaption, figure[class*="effectck"] figcaption > a {
display: flex;
align-items: center;
padding: 5px;
}
figure[class*="effectck"] figcaption > div {
flex: 1 1 auto;
text-align: center;
}
Joomlack Webmaster and Developer
The following user(s) said Thank You: Brause
Please Log in or Create an account to join the conversation.
5 years 2 months ago #53543
by Brause
Replied by Brause on topic Image Effect Plugin ignores Component style
Now it is perfect, thank you!
Please Log in or Create an account to join the conversation.
Time to create page: 0.212 seconds