Skip Navigation

[Resolved] Remove the padding-left and right for slider view

This support ticket is created 6 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Shane 6 years, 8 months ago.

Assisted by: Shane.

Author
Posts
#883379
Screen Shot 2018-05-14 at 10.41.19 PM.png
Screen Shot 2018-05-14 at 10.38.38 PM (2).png
Screen Shot 2018-05-14 at 10.39.34 PM.png

Dear Sir/Madam,

I want to remove both the padding-left and right for my slider on the home page. I use Layout and insert the id tag "home-slider-div", I change the stylesheet but cannot change it.

You should find the padding is applied from it parent div "container-fuild" but the id tag is applied to "ddl-full-width-row"

May I know how I can remove the padding, I don't want to change all padding to every container-fuild

Best regards,

Kelvin.

#883596

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Kelvin,

Could you try this css.

.container-fluid{
padding-left: 0px;
padding-right: 0px;
}

Thanks,
Shane