Help With SP Builder - Question | JoomShaper

Help With SP Builder

HS

HUMBERTO ENRIQUESANDOVAL SMITH

General 2 years ago

how I can to reduce the width between each article https://snipboard.io/7Yt4hH.jpg Details: template: Newedge Joomla: Version: 3.9.26 template: Version: 2.5. SP Page Builder Pro: Version: 3.7.11

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #22211

You are always welcome.

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

Hi,

You can use the following custom CSS if you want to reduce gap:

#sppb-slider2-carousel .slider2-carousel-indicators li{
    padding: 0;
    margin: 0;
}

Even you can modify the value if you want:)

Best Regards

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #22209

thank you

0