2aef7fb1 by Jeff Balicki

www

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent cc0adf4d
...@@ -15736,6 +15736,10 @@ p.intro { ...@@ -15736,6 +15736,10 @@ p.intro {
15736 display: none; 15736 display: none;
15737 } 15737 }
15738 15738
15739 .em-event-admin-editor.em-event-editor {
15740 max-width: 800px;
15741 }
15742
15739 .css-event-form h3, .css-event-form .h3 { 15743 .css-event-form h3, .css-event-form .h3 {
15740 color: #1A3668 !important; 15744 color: #1A3668 !important;
15741 font-size: 28px !important; 15745 font-size: 28px !important;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -41,9 +41,9 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) { ...@@ -41,9 +41,9 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) {
41 get_template_part( 'loop-templates/content', 'page' ); 41 get_template_part( 'loop-templates/content', 'page' );
42 42
43 // If comments are open or we have at least one comment, load up the comment template. 43 // If comments are open or we have at least one comment, load up the comment template.
44 if ( comments_open() || get_comments_number() ) { 44 //if ( comments_open() || get_comments_number() ) {
45 comments_template(); 45 // comments_template();
46 } 46 // }
47 } 47 }
48 ?> 48 ?>
49 49
......
1 .event-form-bookings{ 1 .event-form-bookings{
2 display: none; 2 display: none;
3 } 3 }
4 .em-event-admin-editor.em-event-editor{
5 max-width: 800px;
6 }
4 .css-event-form{ 7 .css-event-form{
5 h3{ 8 h3{
6 color: #1A3668!important; 9 color: #1A3668!important;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0051 8 Version: 1.2.0052
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......