Change Height in "Slide" block

Posted in: Newsmag
Post count: 2

Hi, im trying to reduce the height of the slide block but only found the width one. is this possible?

Thanks for your support.

Post count: 23312

Hi,

Provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thank you!

Post count: 2

hi, thank you for your reply and sorry i was on a hurry and didn’t explain myself at all.

So, i created a home page in wordpress with TagDiv Composer and added a “Slide” block to present a slider on the home page, then inside the “slide block” configuration i can see an option to manipulate the width of the slider but not the height.

how can i reduce the height of the “slide” block? my customer is complaining about a too large slider.

Thank you for your support.

Post count: 23312

Hi,

Unfortunately, the theme does not have any such an option that allows you to change the height value, sorry! Notice that value automatically comes with the theme and which is 580px, the height of the thumbnail which is used by that slider, as you can see here ->
https://www.screencast.com/t/hmGFGs5g3fDo Te only way in this case, if you want to change this value is to do it manually, through such custom CSS code. As an example, you can use the code below and place it in Theme panel -> Cusotm CSS area.

.td-theme-slider.iosSlider-col-3 .td_module_slide {
height: 500px;
}

Hope this helps!

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.