|
1
|
.jetpack-subscribe-floating-button { |
|
2
|
position: fixed; |
|
3
|
z-index: 50000; /* Same as WP.com Action bar */ |
|
4
|
bottom: 0; |
|
5
|
right: 0; |
|
6
|
} |
|
7
|
|
|
8
|
@media screen and (max-width: 640px) { |
|
9
|
|
|
10
|
.jetpack-subscribe-floating-button { |
|
11
|
display: none; |
|
12
|
} |
|
13
|
} |
|
14
|
|