Custom Margin - Question | JoomShaper

Custom Margin

PD

Philippe Dougoud

Helix Framework 2 years ago

Hello,

I want to remove the margins on the first row:

#sp-section-1 {

margin: 0 0 0 0;

I add the code without custom.css

    #sp-section-1 {

margin: 0 0 0 0; }

It does not work

How to do ?

Thanks for your help.

Best regards.

Philippe

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #38899

Hi

Give me your site URl and also screenshot of that portion please I need to check

-Regards

0
PD
Philippe Dougoud
Accepted Answer
2 years ago #38901
0
PD
Philippe Dougoud
Accepted Answer
2 years ago #38902
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #38908

Hi,

Use this custom css

#sp-section-1{
    margin: 0 !important;
}

Note: 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.

-Regards

0
PD
Philippe Dougoud
Accepted Answer
2 years ago #38913

Hello,

Super !

Sorry, i didn't know the syntax "! Important"

Thank's

Best regards

Philippe

0