Thanks @dreamingsentinel and @webbersky
Unfortunately, it looks like style2.css is not loading because I don’t see it when I inspect the page; only bootstrap.css appears.
In an earlier test, I changed the code in bootstrap.css to 100% from 75% at the same location in style2.css and all pages displayed as 100%–including the pages that were on the default template, so I know that I’m editing the correct code.
My testing is now on this page: https://sherylsteines.com/test/
Below are the steps that I followed and I’ve created and recreated it several times. In addition, I added your recommend code to the WP Custom CSS, that did not work, and in the Custom CSS plugin and that too did not work.
Created no-sidebar-page.php:
Copied page.php as no-sidebar-page.php.
Removed line <?php get_sidebar(‘sidebar-1’); ?>
Replaced comment at top with /*
* Template Name: No Sidebar Page
*/
Added this code
<link rel=’stylesheet’ id=’nisarg-style-css’ href=’https://sherylsteines.com/wp-content/themes/nisarg/style2.css’ type=’text/css’ media=’all’ />
after
get_header(); ?>
Then created the style2.css file and in line 150 edited the code
line 149: .col-md-9 {
line 150: width: 100%;
Note, this is under the following code:
line 136: @media (min-width: 992px) {
line 137: .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {