Section Title ALT

PHOTO EMBED

Sat Oct 15 2022 17:46:56 GMT+0000 (Coordinated Universal Time)

Saved by @omnixima #css

.section-title .av-special-heading-tag {
    width: auto;
    max-width: max-content;
    padding: 0 30px !important;
    margin: 0 auto !important;
    position: relative;
    font-weight: bold;
}

.section-title {
    text-align: center !important;
}

.section-title .av-special-heading-tag:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    top: calc(50% - 1.5px);
    right: -80px;
    background: #0e76bc;
}

.section-title .av-special-heading-tag:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    top: calc(50% - 1.5px);
    left: -80px;
    background: #0e76bc;
}
content_copyCOPY