Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Erin Morelli

    (@erinmorelli)

    Hi Ken!

    The shortcode itself does not have an option for styling the output as columns. In the support post you’re referencing, the user had columns built in to his theme and was using the shortcode in that context. There are some great plugins out there that add columns if your theme doesn’t support it. But if you have that feature, you can split the beer list into chunks using the “offset” option. For example if you wanted to show 2 columns with 5 beers each, you would use the shortcode like this in the first column:

    [beer-list group="My Group" beers_per_page="5" paginate="false"]

    and this in the 2nd:

    [beer-list group="My Group" beers_per_page="5" paginate="false" offset="5"]

    Hope that helps!
    /Erin

    Thread Starter kenwestphal

    (@kenwestphal)

    Thanks for the information, Erin. My theme does have the column feature but was hoping to have more of a 5 column setup with 1 beer in each column, with possibility of having 2 rows. The look I am going for is like this Beer webpage – https://www.bellsbeer.com/beer

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode to show side-by-side’ is closed to new replies.