Increase tab spacing to a consistent 25px across all tabs
This commit is contained in:
@ -52,7 +52,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap; /* Enable wrapping */
|
flex-wrap: wrap; /* Enable wrapping */
|
||||||
justify-content: center; /* Ensure better centering for tabs */
|
justify-content: center; /* Ensure better centering for tabs */
|
||||||
margin-bottom: 15px !important; /* This controls spacing below ALL tab navigation */
|
margin-bottom: 25px !important; /* Increase from 15px to 25px for all tabs */
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tab {
|
.nav-tab {
|
||||||
@ -1051,7 +1051,7 @@ body.wp-admin .button.pricing-button:hover,
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0 0 15px 0 !important; /* Match the global margin setting */
|
margin: 0 0 25px 0 !important; /* Match the global margin setting of 25px */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user