Skip Navigation

[Resolved] Toolset Button Module Full Column Width and Fixed Height

This support ticket is created 5 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by andrewF-6 5 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#1348805

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.

#1348837
css-padding.JPG

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

#1349917

My issue is resolved now. Thank you!