Home Renovation & Repair Projects — Mace Core Gallery
Browse completed home renovation, flooring, handyman, and repair projects from Mace Core — serving Butler, Ohio and surrounding areas.
Craftsmanship You Can See.
Explore completed renovations, repairs, and improvements. Every project reflects our commitment to quality, attention to detail, and dependable service.
All Projects
Renovations
Handyman
Kitchens
Bathrooms
Flooring
Drywall
Exterior
Before & After
.wpcom-ai-gallery-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
width: 100%;
}
@media (max-width: 899px) {
.wpcom-ai-gallery-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 599px) {
.wpcom-ai-gallery-grid {
grid-template-columns: 1fr;
}
}
.wpcom-ai-project-card {
display: flex;
flex-direction: column;
border-radius: 12px;
overflow: hidden;
background: #222222;
box-shadow: 0 8px 24px rgba(0,0,0,0.35);
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wpcom-ai-project-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(0,0,0,0.45);
}
.wpcom-ai-card-photo {
aspect-ratio: 16 / 9;
min-height: 200px;
background: #2a2a2a;
border-radius: 12px 12px 0 0;
display: flex;
align-items: center;
justify-content: center;
color: #c9a84c;
font-size: 13px;
font-family: inherit;
letter-spacing: 0.05em;
}
.wpcom-ai-card-body {
background: #222222;
border-radius: 0 0 12px 12px;
padding: 24px;
flex: 1;
display: flex;
flex-direction: column;
}
.wpcom-ai-card-category {
font-variant: small-caps;
color: #c9a84c;
font-size: 12px;
letter-spacing: 0.1em;
margin-bottom: 8px;
text-transform: uppercase;
font-weight: 600;
}
.wpcom-ai-card-title {
color: #ffffff;
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 0;
line-height: 1.3;
}
.wpcom-ai-card-desc {
color: #aaaaaa;
font-size: 14px;
line-height: 1.6;
margin-bottom: 20px;
flex: 1;
}
.wpcom-ai-card-btn {
display: inline-block;
background: transparent;
border: 1px solid rgba(255,255,255,0.2);
color: #ffffff;
border-radius: 999px;
padding: 8px 20px;
font-size: 13px;
text-decoration: none;
cursor: pointer;
align-self: flex-start;
transition: border-color 0.2s ease, color 0.2s ease;
}
.wpcom-ai-card-btn:hover {
border-color: #c9a84c;
color: #c9a84c;
}
.wpcom-ai-featured-project {
background-color: #1c1c1c;
padding: 100px 5%;
box-sizing: border-box;
width: 100%;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
font-family: inherit;
}
/* Header */
.wpcom-ai-fp-header {
text-align: center;
margin-bottom: 64px;
}
.wpcom-ai-fp-label {
display: inline-block;
text-transform: uppercase;
letter-spacing: 0.14em;
font-size: 12px;
font-weight: 700;
color: #c9a84c;
margin-bottom: 16px;
}
.wpcom-ai-fp-heading {
font-size: 34px;
font-weight: 700;
color: #ffffff;
line-height: 1.15;
margin: 0 0 20px 0;
}
.wpcom-ai-fp-summary {
font-size: 17px;
color: #aaaaaa;
line-height: 1.7;
max-width: 720px;
margin: 0 auto;
}
/* Before / After */
.wpcom-ai-fp-ba-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
margin-bottom: 28px;
}
.wpcom-ai-fp-ba-item {
display: flex;
flex-direction: column;
}
.wpcom-ai-fp-photo-box {
aspect-ratio: 16 / 9;
background-color: #2a2a2a;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: #c9a84c;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
border: 1px solid rgba(255,255,255,0.07);
}
.wpcom-ai-fp-photo-caption {
text-align: center;
color: #888888;
font-size: 13px;
margin-top: 10px;
line-height: 1.5;
}
/* Supporting Photos */
.wpcom-ai-fp-support-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 64px;
}
.wpcom-ai-fp-support-item {
display: flex;
flex-direction: column;
}
.wpcom-ai-fp-support-box {
aspect-ratio: 16 / 9;
background-color: #242424;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
color: #c9a84c;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
border: 1px solid rgba(255,255,255,0.06);
}
.wpcom-ai-fp-support-caption {
text-align: center;
color: #888888;
font-size: 12px;
margin-top: 8px;
line-height: 1.5;
}
/* Work Completed */
.wpcom-ai-fp-work-section {
background-color: #222222;
border: 1px solid rgba(255,255,255,0.08);
border-radius: 14px;
padding: 40px 48px;
margin-bottom: 48px;
}
.wpcom-ai-fp-work-heading {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #c9a84c;
margin: 0 0 24px 0;
}
.wpcom-ai-fp-work-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 40px;
}
.wpcom-ai-fp-work-list {
list-style: none;
padding: 0;
margin: 0;
}
.wpcom-ai-fp-work-list li {
color: #cccccc;
font-size: 15px;
line-height: 1.6;
padding: 10px 0;
border-bottom: 1px solid rgba(255,255,255,0.06);
padding-left: 20px;
position: relative;
}
.wpcom-ai-fp-work-list li::before {
content: ”;
display: block;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #c9a84c;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
/* Testimonial */
.wpcom-ai-fp-testimonial {
background-color: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.09);
border-left: 4px solid #c9a84c;
border-radius: 0 14px 14px 0;
padding: 40px 48px;
margin-bottom: 64px;
position: relative;
}
.wpcom-ai-fp-quote-mark {
display: block;
font-size: 72px;
color: #c9a84c;
line-height: 0.8;
margin-bottom: 12px;
font-family: Georgia, serif;
opacity: 0.7;
}
.wpcom-ai-fp-quote-text {
font-style: italic;
font-size: 18px;
color: #dddddd;
line-height: 1.75;
margin: 0 0 20px 0;
border: none;
padding: 0;
}
.wpcom-ai-fp-attribution {
font-size: 14px;
color: #c9a84c;
font-weight: 600;
letter-spacing: 0.04em;
margin: 0;
}
/* CTA */
.wpcom-ai-fp-cta-wrap {
text-align: center;
}
.wpcom-ai-fp-cta-btn {
display: inline-block;
background-color: #c9a84c;
color: #1c1c1c;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.04em;
text-decoration: none;
padding: 14px 36px;
border-radius: 999px;
transition: background-color 0.25s ease, color 0.25s ease;
}
.wpcom-ai-fp-cta-btn:hover {
background-color: #ffffff;
color: #1c1c1c;
}
/* Responsive */
@media (max-width: 768px) {
.wpcom-ai-fp-ba-row {
grid-template-columns: 1fr;
}
.wpcom-ai-fp-support-row {
grid-template-columns: 1fr 1fr;
}
.wpcom-ai-fp-work-grid {
grid-template-columns: 1fr;
}
.wpcom-ai-fp-heading {
font-size: 26px;
}
.wpcom-ai-fp-work-section,
.wpcom-ai-fp-testimonial {
padding: 28px 24px;
}
}
@media (max-width: 480px) {
.wpcom-ai-fp-support-row {
grid-template-columns: 1fr;
}
}
Ready to Start Your Home Renovation or Repair?
From full kitchen remodels to handyman repairs, Mace Core delivers quality craftsmanship and dependable service. Let’s talk about your project.
Need more information first? Explore our full list of home services or get in touch .