You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a BUG REPORT or FEATURE REQUEST?:
Question
What happened:
Items fragment displays 3 columns, then starts a new row of columns What you expected to happen:
Item fragment to continuously shrink columns until max is reached How to reproduce it (as minimally and precisely as possible):
Run Syna with more than 3 items in the item fragment. Anything else we need to know?:
Just wondering if it's possible to change... Environment:
Syna Theme version:
Hugo version:
Others:
The text was updated successfully, but these errors were encountered:
This is not possible by config right now.
You could overwrite the items.html partial making it use more than 3 columns.
Copy the file from the syna theme into your site's 'layouts/partials/fragments/' directory as 'items.html'.
Then you can change https://github.com/okkur/syna/blob/master/layouts/partials/fragments/items.html#L17 aka the 'col-md-4' to say 'col-md-2'. It does narrow the columns, so might not be what you want specifically.
Is this a BUG REPORT or FEATURE REQUEST?:
Question
What happened:
Items fragment displays 3 columns, then starts a new row of columns
What you expected to happen:
Item fragment to continuously shrink columns until max is reached
How to reproduce it (as minimally and precisely as possible):
Run Syna with more than 3 items in the item fragment.
Anything else we need to know?:
Just wondering if it's possible to change...
Environment:
The text was updated successfully, but these errors were encountered: