https://jmudental.com/?_ab=0&_fd=0&_sc=1
I did some customize
Here is my code
.site-logo {
max-width: 300px;
}
@media screen and (min-width: 1024px) {
.site-header-logo {
display: inline-block;
height: auto;
margin-right: 25px;
margin-bottom: 2.5rem;
margin-left: 55px!important;
}
}
@media screen and (max-width: 719px){
.site-header-logo {
margin-left: 8rem;
}
}
/* Search bar */
.site-header-main .live-search {
margin-left: 1rem;
margin-right: 1.25rem;
}
/* promo icon */
.small-promo .small-promo-icon{
height: 4.75rem!important;
}
@media screen and (min-width: 1024px){
.small-promo-icon {
margin-right: -0.25rem;
}
}
.small-promo-content_heading{
font-size: small;
font-weight: normal;
letter-spacing:0.5px;
}
.small-promo-content–desktop{
font-size: small;
font-weight:bold;
}
.site-header-actions .site-header-cart-icon svg, .site-header-actions .site-header-actions__account-link svg, .site-header-actions .site-header_account-link-anchor svg {
max-height: 3rem;
max-width: 100%;
}
.site-header-actions .site-header_account-link-text{
font-size:large;
}
@media screen and (min-width: 1024px){
.site-header-right {
display: flex;
height: 46px;
margin-right: 3.25rem;
}
}
/* cart icon /
.site-header-cart svg {
/ transition: margin .15s cubic-bezier(.4,0,.2,1); */
height: 40px;
width: 40px;
}
@media screen and (min-width: 1024px){
.site-header-cart {
margin-right: 2.75rem;
}
}
