7 lines
129 B
CSS
7 lines
129 B
CSS
|
|
.jetpack-subscribe-floating-button {
|
||
|
|
position: fixed;
|
||
|
|
z-index: 50000; /* Same as WP.com Action bar */
|
||
|
|
bottom: 0;
|
||
|
|
right: 0;
|
||
|
|
}
|