Bottom - Padding Between Title And Content (Helix) - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Bottom - Padding Between Title And Content (Helix)

TM

Thomas Mathis

Helix Framework 3 years ago

Hello! In the Bottom-section i use bottom1, bottom2 and bottom3 (site modules). I use the title of the module and not the title of the text block. I have quite a big space between the title and the contenct and also after the content to the footer. How can I get it smaller? I tried custom css and used the dev-tools but obviously couldn't find the correct code. Or would it be better to use "title" of the text block?

Thanks!

0
5 Answers
TM
Thomas Mathis
Accepted Answer
3 years ago #73543

Didn't work... but I found it now. It's in the "Row options" of the module itself, and then "Styles".

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #73253

Hi

Thanks for contacting us. Could you please give me your site URL and also screenshot so that I can check.

-Regards.

0
TM
Thomas Mathis
Accepted Answer
3 years ago #73259

OK, i sent it hidden...

0
TM
Thomas Mathis
Accepted Answer
3 years ago #73491

Please help!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #73511

Hi,

Sorry for the delay. Use this custom CSS

div#sppb-addon-1655978255673 .sppb-addon-content{
    padding-top:30px;
}

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

0