Skip to content

Snippet: Alter the Boxed Layout Inner Padding

.boxed-main-layout #wrap .container {
    padding-left: 50px;
    padding-right: 50px;
}

.boxed-main-layout .navbar-style-one {
    right: 38px; /* 50px - 12px */
}

.boxed-main-layout #searchform-dropdown {
    right: 50px;
}
Back To Top