Browse
For agents
About
WP Directory Kit
/
1.3.6
WP Directory Kit
v1.3.6
Switch version
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
trunk
1.1.0
1.1.6
1.1.8
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.8
1.4.0
All 36 releases
Overview
Code
wpdirectorykit
/
public
/
css
/
wdk-scroll-mobile-swipe.scss
wdk-scroll-mobile-swipe.scss
in WP Directory Kit 1.3.6, at public/css/wdk-scroll-mobile-swipe.scss
21 lines
445 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
WdkScrollMobileSwipe
{
2
@
media
(
max-width
:
767
px
)
{
3
display
:
flex
;
4
flex-wrap
:
nowrap
!important
;
5
overflow
:
auto
!important
;
6
7
.
elementor-column
{
8
width
:
100
%
;
9
flex
:
0
0
100
%
;
10
}
11
}
12
}
13
14
.
WdkScrollMobileSwipe_elementor_enable
{
15
@
media
(
max-width
:
767
px
)
{
16
.
elementor-column
{
17
width
:
100
%
;
18
flex
:
0
0
100
%
;
19
}
20
}
21
}