Firecheckout & Hermes Theme
- Navigate to the admin page and add the below code into the firecheckout custom sections:
- Section
Custom LESS
- put below less variables:@firecheckout-section__padding: 20px 20px; @firecheckout-section__background: #fff; @firecheckout-section__border: 2px solid rgba(0, 0, 0, 0.1);
-
Section
Custom CSS
- put below css code:.firecheckout { .page-main { padding-top: 20px; } .header-container .header .logo { position: static; } .authentication-wrapper { margin-top: -55px; } } .firecheckout #checkout { .fieldset > .field { > .label { width: 36%; vertical-align: top; margin: 5px 0 0; padding: 0 5px 0 0; box-sizing: border-box; text-align: right; word-wrap: break-word; white-space: normal; &:after { position: static; margin: 0; } } > .control { display: inline-block; width: 61%; } } .step-title, .opc-block-summary > .title { padding-bottom: 20px; } .opc-sidebar .modal-header { padding: 0; } } @media (min-width: 768px) and (max-width: 1024px) { .firecheckout { #checkout { width: auto; padding-left: 0; padding-right: 0; } .table-checkout-shipping-method { border: none; thead { display: none } td { border: none; padding: 0 5px; } } } }
2. Save changes and clean magento cache.