Services block issues.

Services block issues.

In Airtech, there is a special kind of Service block.

Due to their special design, the text length is limited, if your desired text is long,  Please enter below css in wp-admin/appearance/customise/additionalCSS box.

  1. .r_service_item h4 {
    1. position: relative;
    2. background: #004A9F;
    3. padding: 12px;
    4. border-radius: 49px;
    5. top: -25px;
Adding above styles, will make it look like below. Feel free to change values to suit your need, like Background color code or border radius etc in above css code.