Categories icon in Mobile

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 :slight_smile:

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;
}
5 Likes

Thanks thanks! It works perfectly :slight_smile:

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.