File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,23 +131,23 @@ protected function _register_controls()
131131 ],
132132 ]
133133 );
134- $ this ->add_control (
134+ $ this ->add_control (
135135 'height_card ' ,
136136 [
137137 'label ' => esc_html__ ('Height card ' , 'Latest-Posts-Hover ' ),
138138 'type ' => \Elementor \Controls_Manager::SLIDER ,
139139 'default ' => [
140- 'size ' => 50 ,
141- 'unit ' => 'dvh ' ,
140+ 'size ' => 450 ,
141+ 'unit ' => 'px ' ,
142142 ],
143143 'range ' => [
144144 'px ' => [
145145 'min ' => 1 ,
146- 'max ' => 100 ,
146+ 'max ' => 1000 ,
147147 ],
148148 ],
149149 'selectors ' => [
150- '{{WRAPPER}} .card2 ' => 'height: {{SIZE}}{{UNIT}}; ' ,
150+ '{{WRAPPER}} .card2 ' => 'height: {{SIZE}}{{UNIT}} !important ; ' ,
151151 ],
152152 ]
153153 );
@@ -1606,7 +1606,7 @@ protected function render()
16061606 background-position: center;
16071607 background-size: cover;
16081608 cursor: pointer;
1609- height:50dvh ;
1609+ height:450px ;
16101610 }
16111611
16121612 .info {
You can’t perform that action at this time.
0 commit comments