left/right_sidebar_width not functioning
-
child theme based on GeneratePress 1.2.3
looked at Exhibit 0.6I’m trying to change the width of the left and right sidebars, but not having much success. All the other attributes in this array appear to be are working. Is additional code required to make this work?
The following is an excerpt from my functions.php
function set_spacing_defaults() { $spacing_defaults = array( . . . 'left_sidebar_width' => '15', 'right_sidebar_width' => '15', . . . return $spacing_defaults; ); } function __construct() { add_filter('generate_spacing_option_defaults', array($this, 'set_spacing_defaults')); }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘left/right_sidebar_width not functioning’ is closed to new replies.