[Support request] Adjusting a Service Box Padding

Home Forums Support [Support request] Adjusting a Service Box Padding

Home Forums Support Adjusting a Service Box Padding

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #374315
    Kevin

    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

    #374428
    Leo
    Staff
    Customer Support

    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.

    #374476
    Kevin

    Hi Leo,

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

    #374697
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.