Addon Pricing Table - Question | JoomShaper

Addon Pricing Table

D

DigitM

SP Page Builder 11 months ago

Hello, I'm using the Pricing Table addon and I'd like to center the title, the text and the button. Not finding on the addon the settings allowing it, I tried via CSS code but it is not taken into account:

sppb-addon-7a17de13-5f99-482a-98bd-8b362054c9ec .sppb-addon-pricing-table {

text-align: center;

}

Thanks for your help. Jack

0
6 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #177091

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #177192

Hi

Do you want it like this?

Then use this CSS in your custom.css file

h3.sppb-addon-title.sppb-pricing-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sppb-pricing-features {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sppb-pricing-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #177358

Hi

Is this working? Please let me know.

0
D
DigitM
Accepted Answer
10 months ago #178994

Hi Mehtaz, It's work fine, thx.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #178999

Glad to know that. You can now close this post by accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #179081

Thanks for accepting the answer.

0