Skip Navigation

[Resolved] Padding Issues With a Content Slider in a Beaver Builder Content Template

This support ticket is created 5 years, 11 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 9 replies, has 2 voices.

Last updated by Christian Cox 5 years, 9 months ago.

Assisted by: Christian Cox.

Author
Posts
#1207070
1.png

I am trying to:

Create a content slider with equal padding on both sides. The content template where is appears was created with Beaver Builder.

Link to a page where the issue can be seen:

hidden link

User name: lawoffice
Password: lawoffice

I expected to see:

Equal padding between both arrows in the content slider.

Instead, I got:

Unequal padding between both arrows in the content slider.

See attached screenshot.

#1207293
uncentered.png
grid-broken.png

Hi, this is a custom CSS design that falls outside the scope of support we provide here. With that being said, I will give you some guidance. The problem is not the arrows. The problem is the content. The content is not centered in the page, as you can see in uncentered.png. This is because the Bootstrap grid is broken - see grid-broken.png. When you modify the Bootstrap grid with your own custom CSS, you will break the grid unless you know what you're doing. Instead of modifying margins, padding and borders for the col-sm-3 class, add another div container inside that div and apply your borders and padding there.

<div class="col-sm-3"> <!-- do not apply margins or padding or borders to the grid classes -->
<div style="padding:20px;">
<!-- apply padding, borders, etc. to a div inside the grid -->
</div>
</div>
#1216840

Hi, please don't close this thread. I had to attend to other things, but I will get back to this, thanks.

#1217137

I will stand by for your update. Thanks for letting me know.

#1224368

Hi, please don't close this thread. I had to attend to other things, but I will get back to this, thanks.

#1224619

Sure, thanks.

#1232602

Hi, please don't close this thread.

#1233539

Thanks for the update.

#1237052

Thanks for your help with this. I will see what I can do about it.

#1237172

Okay sounds good.