Hello,
any suggestions? I used this but it is not working anymore:
nav.primary li a{
text-align: left;
}
Best
Code for "Mobile Menu Points" align left not working anymore
Hello,
any suggestions? I used this but it is not working anymore:
nav.primary li a{
text-align: left;
}
Best
Dear @aerotec
why don't you use the Customizer to align to the left?
Does this work?
.primary li {
text-align: left;
}
Best!
Marius
@mariusjopen Thanks for your answer. But this css isn't working for the mobile points in the mobile menu. It used to. In my customizer there is no option to align the mobile menu points to the left anymore.
@mariusjopen please type on your mobile: www.roteliebe.tv and open the mobile menu. Thanks 👍
Dear @aerotec
this one will work:
.use-mobile-menu nav.mobile-nav li a {
text-align: left !important;
}
Best!
Marius
why don't you use the Customizer to align to the left?
Hmm not sure if that was ever possible but it is a good idea to include this.
@mariusjopen Thank you very much. It works!!!! Have a nice weekend.
Great! Happy to hear!