I am trying to get my list of drop down buttons to organize into three columns. I have tried several methods without success and am in need of some support. Basically, I need to get the drop down buttons to show up in three columns. It would be nice if the columns could be responsive and reduce to two, then one column as the screen width decreases. I would prefer to not use multiple sidebars or action hooks and just use css to make this happen. https://blazonprinting.com/design/templates/
Add this code into the editor to create 3-column layout:
<div class="dropdown col-md-4">
<!-- Dropdown buttons here -->
</div>
<div class="dropdown col-md-4">
<!-- Dropdown buttons here -->
</div>
<div class="dropdown col-md-4">
<!-- Dropdown buttons here -->
</div>
Then, split your dropdown buttons into each of the div above.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Account
Search Forums
Priority Support
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.