-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
36 lines (30 loc) · 980 Bytes
/
Copy pathstyle.css
File metadata and controls
36 lines (30 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
Theme Name: Blabber Child
Theme URI: https://blabber.ancorathemes.com/
Description: Blabber Child Theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Template: blabber
Version: 1.0
Text Domain: blabber-child
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
/* Ensure proper spacing and order with copyright text */
.copyright_text {
margin-top: 10px;
order: 1; /* Ensure it appears after toggle if parent uses flexbox */
}
/* Override parent theme's center alignment for footer copyright */
.footer_copyright_inner {
text-align: left; /* Override parent theme's center alignment */
}
/* Ensure proper content_wrap layout */
.footer_copyright_inner .content_wrap {
display: block; /* Override any flexbox that might reorder elements */
}
/* Removed fixed toggle - toggle is now inline in footer only */
/* Utility class for hiding gambling ads */
.d-none {
display: none !important;
}