Revert streamlined footer, restore CTAs and original sizing
Bring back CTA buttons and original font sizes/spacing. Make footer full width to match the nav bar.
This commit is contained in:
parent
2712f34a1e
commit
4d500cb42b
2 changed files with 44 additions and 20 deletions
|
|
@ -2908,27 +2908,27 @@ textarea {
|
|||
/* Footer */
|
||||
.mps-footer {
|
||||
background-color: var(--bg-secondary, #f8f9fa);
|
||||
border-top: 1px solid var(--border-color, #dee2e6);
|
||||
border-top: 2px solid var(--border-color, #dee2e6);
|
||||
margin-top: 40px;
|
||||
padding: 32px 20px 20px;
|
||||
padding: 40px 40px 24px;
|
||||
}
|
||||
|
||||
.mps-footer-grid {
|
||||
max-width: 800px;
|
||||
margin: 0 auto 20px;
|
||||
max-width: 100%;
|
||||
margin: 0 auto 32px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 24px;
|
||||
gap: 28px;
|
||||
}
|
||||
|
||||
.mps-footer-brand {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.mps-footer-logo {
|
||||
font-size: 1.2em;
|
||||
font-weight: 600;
|
||||
font-size: 1.4em;
|
||||
font-weight: 550;
|
||||
color: var(--text-primary, #333);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
@ -2939,32 +2939,33 @@ textarea {
|
|||
|
||||
.mps-footer-tagline {
|
||||
color: var(--text-muted, #777);
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
max-width: 320px;
|
||||
line-height: 1.4;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.mps-footer-group {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.mps-footer-group-title {
|
||||
font-size: 11px;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: var(--text-secondary, #6c757d);
|
||||
color: var(--text-primary, #333);
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.06em;
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
.mps-footer-links {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.mps-footer-links a {
|
||||
color: var(--text-muted, #777);
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
@ -2972,19 +2973,37 @@ textarea {
|
|||
color: var(--green-color, #a3c765);
|
||||
}
|
||||
|
||||
.mps-footer-ctas {
|
||||
max-width: 100%;
|
||||
margin: 0 auto 24px;
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
justify-content: start;
|
||||
gap: 12px;
|
||||
padding: 20px 0;
|
||||
border-top: 1px solid var(--border-color, #dee2e6);
|
||||
border-bottom: 1px solid var(--border-color, #dee2e6);
|
||||
}
|
||||
|
||||
.mps-footer-ctas a.mps-button {
|
||||
min-width: 160px;
|
||||
font-size: 14px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.mps-footer-bottom {
|
||||
text-align: center;
|
||||
color: var(--text-muted, #999);
|
||||
font-size: 11px;
|
||||
max-width: 800px;
|
||||
font-size: 12px;
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
padding-top: 16px;
|
||||
border-top: 1px solid var(--border-color, #dee2e6);
|
||||
}
|
||||
|
||||
.mps-footer-bottom a {
|
||||
color: var(--text-muted, #999);
|
||||
text-decoration: underline;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.mps-footer-bottom a:hover {
|
||||
|
|
|
|||
|
|
@ -38,6 +38,11 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="mps-footer-ctas">
|
||||
<a href="/s/new" class="shop-new-button mps-button">+ New Shop</a>
|
||||
<a href="https://blog.makepostsell.com/" class="product-edit-button mps-button">🕮 Blog</a>
|
||||
</div>
|
||||
|
||||
<div class="mps-footer-bottom">
|
||||
makepostsell.com © 2026 — Commission-free sales by <a href="https://unturf.com" target="_blank">unturf.com</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue