Title: Validation Error: &#8220;main&#8221; element and &#8220;section&#8221; element
Last modified: June 11, 2020

---

# Validation Error: “main” element and “section” element

 *  [pbatson](https://wordpress.org/support/users/pbatson/)
 * (@pbatson)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/validation-error-main-element-and-section-element/)
 * Hello,
 * I get some validation errors from the HTML validator at [https://validator.w3.org/nu](https://validator.w3.org/nu)
 * Error: The main element must not appear as a descendant of the section element.
 * This is in the page template files page.php, fullwidth.php and others.
 *     ```
       <section id="primary" class="content-area col-sm-12">
          <main id="main" class="site-main" role="main">
       ```
   
 * Thank you,
    Court

Viewing 1 replies (of 1 total)

 *  Theme Author [Afterimage Designs](https://wordpress.org/support/users/afterimagedesigns/)
 * (@afterimagedesigns)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/validation-error-main-element-and-section-element/#post-13417468)
 * Hi [@pbatson](https://wordpress.org/support/users/pbatson/),
 * Thanks for reaching us out, I will fix this issue on the following update but
   feel free to use a child theme and change the order of the elements to this, 
   to prevent further issues:
 *     ```
       <section id="primary" class="content-area col-sm-12">
          <div id="main" class="site-main" role="main">
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Validation Error: “main” element and “section” element’ is closed to 
new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wp-bootstrap-starter/3.3.6/screenshot.
   png)
 * WP Bootstrap Starter
 * [Support Threads](https://wordpress.org/support/theme/wp-bootstrap-starter/)
 * [Active Topics](https://wordpress.org/support/theme/wp-bootstrap-starter/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wp-bootstrap-starter/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wp-bootstrap-starter/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Afterimage Designs](https://wordpress.org/support/users/afterimagedesigns/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/validation-error-main-element-and-section-element/#post-13417468)
 * Status: not resolved