Plugin Author
averta
(@averta)
@tdturn2 ,
please give us more details about it, what is your current version?
and what custom CSS, is on your theme or the ones you have added on Depicteer in previous versions?
I tried rolling back and it broke things worse. So I’m back on 1.3.2.
I originally set a fixed height of the slider that’s now being ignored and it’s forcing full viewport height. When I try to update it, it just throws 503 errors.
Plugin Author
averta
(@averta)
@tdturn2,
Can you please give us the link to the page where you got this issue?
we need to take a look at there to see what happned
Sure. The slider is still set to a fixed height of 600px. After the update, it’s 100vh and it won’t let me update it. https://thewordisout.com/
Plugin Author
averta
(@averta)
@tdturn2 ,
Please note that there is no need to set the height by CSS and it is better if you do this by going to slider general -> wrapper height and set it to 600.
By the way if you want to do it by custom CSS here is the code you can use
#depicter-2 .depicter-view.depicter-mask-view, #depicter-2 .depicter-layers-wrapper {
height: 600px !important;
}
Regards