Site logo

Archived topic

Adjusting a Service Box Padding

3 replies · Started by Kevin on August 27, 2017

Viewing posts 1–4 of 4

Hi,

I'm somehow not able to adjust a service box padding.

Here is the CSS I'm using:

.service-box {
max-width: 800;
background-color: #def5f9;
margin: auto;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}

Page with service box > https://goo.gl/5YZYAt

Hi there,

The service box currently has 20px padding already?

Also there is an error in max-width. Should be max-width: 800px;

Let me know.

Hi Leo,

I've just reduced the CSS to use just the 20px padding. AND Thanks for catching my error!

No problem!

This archived topic is closed to new replies.