Reply To: Menu underline not showing

#2762
livemesh
Keymaster

I inserted the following Custom CSS into Custom CSS tab in theme options panel –

@media only screen and (max-width: 767px) {
#header > .inner { text-align: left;}
#header #site-logo { margin: 0;}
#header #site-logo { width: 220px;}
}

to make the logo align left instead of center for mobile. Pls adjust as per your preference. Thanks.