PBCK > List > indent
Hi CEd, is it possible to indent the second and following lines in the PBCK List like a "normal" List?
I´ve tried this:
... without success.
Any help is welome
I´ve tried this:
Code:
.pbck_list_item_text{
text-indent: -26px;
padding-left: 26px;
}
Any help is welome

Last Edit:6 months 2 days ago
by Chrysant
Last edit: 6 months 2 days ago by Chrysant.
Please Log in or Create an account to join the conversation.
Hi
if I understand, you would like the text to not go under the icon
try this code
CEd
if I understand, you would like the text to not go under the icon
try this code
Code:
.pbck_list_item {
display: flex;
}
.pbck_list_item_text {
padding-left: 20px;
}
Joomlack Webmaster and Developer
by ced1870
Please Log in or Create an account to join the conversation.
Last Edit:6 months 2 days ago
by Chrysant
Last edit: 6 months 2 days ago by Chrysant.
Please Log in or Create an account to join the conversation.
add this code
Code:
.pbck_list_item .iconck {
flex: 0 0 auto;
}
Joomlack Webmaster and Developer
by ced1870
Please Log in or Create an account to join the conversation.
That does the trick. You are the best!
This could be a option for PBCK > List to turn on/off this behavior.
This could be a option for PBCK > List to turn on/off this behavior.
by Chrysant
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.747 seconds