PBCK > List > indent
2 years 5 months ago - 2 years 5 months ago #66758
by Chrysant
PBCK > List > indent [SOLVED] was created by Chrysant
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: 2 years 5 months ago by Chrysant.
Please Log in or Create an account to join the conversation.
2 years 5 months ago #66759
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic PBCK > List > indent
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
Please Log in or Create an account to join the conversation.
2 years 5 months ago - 2 years 5 months ago #66760
by Chrysant
Replied by Chrysant on topic PBCK > List > indent
Last edit: 2 years 5 months ago by Chrysant.
Please Log in or Create an account to join the conversation.
2 years 5 months ago #66761
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic PBCK > List > indent
add this code
Code:
.pbck_list_item .iconck {
flex: 0 0 auto;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
2 years 5 months ago #66762
by Chrysant
Replied by Chrysant on topic PBCK > List > indent
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.
Please Log in or Create an account to join the conversation.
2 years 5 months ago #66763
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic PBCK > List > indent
great 
yes this is already noted

yes this is already noted
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.225 seconds