We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2486d3 commit 7c44ab5Copy full SHA for 7c44ab5
docs/_static/css/custom.css
@@ -31,9 +31,17 @@
31
width: 1rem;
32
}
33
34
-/* Hide the placement on mobile completely */
35
-@media (max-width: 768px) {
+/* Placement under content on smaller screens/tablets/mobile */
+@media (max-width: 1340px) {
36
#rtd-stickybox {
37
- display: none !important;
+ position: static;
38
+ bottom: 0;
39
+ right: 0;
40
+ margin: auto;
41
+ text-align: center;
42
+ }
43
+
44
+ #rtd-stickybox .stickybox-hide {
45
+ display: none;
46
47
docs/_templates/layout.html
@@ -2,7 +2,7 @@
2
3
4
{% block document %}
5
- {% include "ethicalads.html" %}
6
-
7
{{ super() }}
+ {% include "ethicalads.html" %}
8
{% endblock document %}
0 commit comments