Tell us what you are trying to do?
I would like the Toolset Button Module to extend the full width of the Views Column. I can do this easily with the Kadence Blocks button module but the Toolset Button module varies the width based on the text content.
My objective is to have all buttons be of fixed width - ideally to the views column width and if possible of fixed height so the aesthetics are consistent.
On one page I had to use borders around the container module but this is not a button so it his hover limitations. This alternative did give me fixed width to the maximum column width however.
The link to that page is here - but this does not use buttons so it is not what I would like:
hidden link
I wanted to use toolset button modules for the taxonomy link on this above page but could not get the button to align to full column width and fixed height.
Is there any documentation that you are following?
I have found nothing.
Is there a similar example that we can see?
hidden link
What is the link to your site?
hidden link is the page with the incorrectly performing toolset buttons modules.
Hello,
Since you are disconnected from the chat, so I have change the chat to forum ticket.
For the question:
is there an easier way to make toolset buttons 100% of column or grid width?
I have checked it in your website, those Toolset buttons display 100% of column width by default, but there are some CSS padding styles in column grid from Bootstrap CSS files, you can use CSS codes to override it, for example:
.col-sm-4 {
padding: 0px;
}
See screenshot: css-padding.JPG
My issue is resolved now. Thank you!