Template Issue - Question | JoomShaper

Template Issue

A

asadmunir

Template 1 year ago

Hello,

I had a template issue and what was recommended was to make the following changes below which I did so. It resolved the problem. However cause another issue. Please see hidden content

Thanks


Hello Asad,

Please try altering the custom CSS with the following code:

.sppb-addon-feature { height: 220px; } I've also checked the feature box, and renaming it is working fine on my end. I’ve attached a video in the hidden content showing how it's functioning.

Let me know if there's anything else you'd like to address.

Best regards

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #170405

Hi

Thanks for contacting us. Use this CSS in your custom.css file

.sppb-addon-feature {
    height: auto !important;
}

-Regards.

0