13 lines
229 B
CSS
13 lines
229 B
CSS
|
|
.jetpack-subscribe-floating-button {
|
||
|
|
position: fixed;
|
||
|
|
z-index: 50000; /* Same as WP.com Action bar */
|
||
|
|
bottom: 0;
|
||
|
|
right: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media screen and (max-width: 640px) {
|
||
|
|
.jetpack-subscribe-floating-button {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|