Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.module .module_header h3 {
text-align: center;
text-transform: uppercase;
letter-spacing: 4px;
margin: auto;
display: inline-block;
background-color: #F6F6F6;
z-index: 1;
position: relative;
padding: 0 6px;
}
.module .module_header::before {
display: none;
}
.module .module_header::after {
left: 0;
right: 0;
width: 100%;
top: 6px;
}
Ciaran