• Resolved Remco

    (@remmco)


    Hello,

    The lists I created give the tagnames next to each other. I would like the tagnames to appear like on the recipe example.

    Now: tag1, tag2, tag3
    Wish:
    tag1
    tag2
    tag3

    This is the shortcode I use now:
    [tag_groups_tag_list column_count=0 div_class=”responsive-tag-groups-list”]

    Is there something I can add to the code?

    Thanks!
    Remco

    • This topic was modified 4 years, 3 months ago by Remco.
    • This topic was modified 4 years, 3 months ago by Remco.
Viewing 2 replies - 1 through 2 (of 2 total)
  • You can use CSS (for example in the WordPress customizer):

    
    .responsive-tag-groups-list .tag-groups-tag {
     display: block !important;
    }
    

    (Maybe you don’t even need the “!important”.)

    If that doesn’t work, then please post a link to the page.

    Thread Starter Remco

    (@remmco)

    Awesome!

    Thanks, Chris. For the solution and the quick reply!

    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make the tagnames appear under each other in a list?’ is closed to new replies.