SPPB 4 Accordion Title - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

SPPB 4 Accordion Title

MC

Mike Coomber

SP Page Builder 2 years ago

Quick question – I have an Accordion as an addon in SPPB4 whose default state is all closed so only the title is showing. However, the title is ranged left and I would prefer it to be centered, is there a way to do this? There is no alignment control for accordion title as far as I can see.

0
2 Answers
MC
Mike Coomber
Accepted Answer
2 years ago #98617

Thanks Rashida, that works perfectly

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #98611

Hi there!

Thanks for your query.

Do you want it center with respect to the box? https://prnt.sc/6yop_5xtWgqk

Then you can try this code in your custom CSS:

#sppb-addon-1565773629430 .sppb-panel-custom .sppb-panel-heading {
    text-align: center;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0