Hi!
Is there any way that the categories list in mobile view, the icon gets next to the Category title? I am doing my best, but I don’t know how to do that with css…yet
Thanks a lot!
Hi!
Is there any way that the categories list in mobile view, the icon gets next to the Category title? I am doing my best, but I don’t know how to do that with css…yet
Thanks a lot!
This is not thoroughly tested, but try adding the following CSS to a mobile-only stylesheet:
.category-list .category-text-title, .category-list .category-text-title + div {
display: inline-block;
vertical-align: middle;
}
Thanks thanks! It works perfectly
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.