Get an access to all 265 items designed and developed by LTheme team plus all the future items which will be released over the course of your club subscription. Price starting from $69.00
View History
When i'm in Mobile view, it's now hard left.. How can i get that in the center for mobile.
I know i have to go to template settings, than layout and select the logo. Than i can put there a Css class as well but what to put in there?
Please go to Template Settings, open tab "Custom Code" and add more CSS as below for Custom CSS code field
@media (max-width: 979px) {
#sp-header .logo {
display: inline-block!important;
}
#sp-logo {
text-align: center;
margin: 0 auto;
width: 100%;
}
}
Save and recheck.