Skip Navigation

[Resolved] Height and width in toolset blocks

This support ticket is created 4 years, 5 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.

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: Africa/Casablanca (GMT+01:00)

This topic contains 2 replies, has 2 voices.

Last updated by David Gimenez 4 years, 5 months ago.

Assisted by: Jamal.

Author
Posts
#1652767
Captura de pantalla 2020-06-06 a las 18.10.29.jpg
Captura de pantalla 2020-06-06 a las 18.02.42.jpg
Captura de pantalla 2020-06-06 a las 17.59.42.jpg
Captura de pantalla 2020-06-06 a las 18.02.50.jpg

Hi, This is David.

I have a problem with image slider in last update. It's impossible to control height and width. In previous version it was possible to control these, but not now.

It has and unexpected results. Look at the screenshots. the sliders have different height. How can I control this? I need help with this.

I attach an screenshot of previous version of the block requesting me to change it.

Thanks in advance.

#1652899

Hello David and thank you for contacting the Toolset support.

I run a local test. Indeed, currently, there is no way to control the height of the Image slider from the user interface. But I was able to make it smaller by a custom CSS style such as the following:

li.glide__slide {
    max-height: 50px;
}

The following code will fix the maximum height of the slider to 50px, you may want to have a different value.

If you believe the user interface should have a control to customize the height, please ask it in the following page, our product managers will evaluate it and hopefully include it in the coming releases.
http://toolset.com/contact-us/suggest-a-new-feature-for-toolset/

I hope this helps. Let us know your feedback.

#1655439

Thanks fot your answer
Have a nice day Jamal.