Image Effect and Page Builder
- ClaudioRomeo
- Topic Author
- Offline
- Platinum Member
7 years 3 months ago #44395
by ClaudioRomeo
Counselor for better people in a better company
Image Effect and Page Builder was created by ClaudioRomeo
I built a Page Builder module, which is composed by several lines of four image each.
The image are centered.
All works fine.
But when, within Page Builder, I apply an Image Effect effect (Apollo), the images become aligned to left.
This makes the module not balanced, especially on smartphone.
I can't point out how to fix this problem. Can anyone help me?
You can find my site (under construction) here: www.claudioromeo.it
The image are centered.
All works fine.
But when, within Page Builder, I apply an Image Effect effect (Apollo), the images become aligned to left.
This makes the module not balanced, especially on smartphone.
I can't point out how to fix this problem. Can anyone help me?
You can find my site (under construction) here: www.claudioromeo.it
Counselor for better people in a better company
Please Log in or Create an account to join the conversation.
7 years 3 months ago #44397
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Image Effect and Page Builder
Hi
you can add this CSS rule into your page/template
CEd
you can add this CSS rule into your page/template
Code:
.imageck figure.imageeffectck {
display: inline-block;
margin: 0 auto;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- ClaudioRomeo
- Topic Author
- Offline
- Platinum Member
7 years 3 months ago #44412
by ClaudioRomeo
Counselor for better people in a better company
Replied by ClaudioRomeo on topic Image Effect and Page Builder
I inserted the code into the Template Creator CK custom CSS, but nothing changed.
Counselor for better people in a better company
Please Log in or Create an account to join the conversation.
7 years 3 months ago #44418
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Image Effect and Page Builder
the first line of your file is not correct, you have missed the /
/*****
and not
*****
just write the code that I have given to test, remove your comment
/*****
and not
*****
just write the code that I have given to test, remove your comment
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- ClaudioRomeo
- Topic Author
- Offline
- Platinum Member
7 years 3 months ago #44420
by ClaudioRomeo
Counselor for better people in a better company
Replied by ClaudioRomeo on topic Image Effect and Page Builder
%&!!@ (it's in Italian, so you cannot know it's a curse word)
I'm really getting too old...
I'm really getting too old...
Counselor for better people in a better company
Please Log in or Create an account to join the conversation.
Time to create page: 0.213 seconds