Title: Full Width Attribute Sidebar Area
Last modified: August 22, 2016

---

# Full Width Attribute Sidebar Area

 *  Resolved [johnnymorriswp](https://wordpress.org/support/users/johnnymorriswp/)
 * (@johnnymorriswp)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/full-width-attribute-sidebar-area/)
 * Hi,
 * Great theme, thanks.
 * Following the recent theme update the full-width page option continues to remove
   the sidebar itself but does not remove the sidebar area from the right hand side(
   in laptop-size screens) i.e. the content area covers only the same width of the
   screen as it did when there was a sidebar.
 * I am sure it did not do this before as I have a portfolio Plugin that, on a laptop
   screen, previously showed 3 columns and now only shows two columns and a gap.
 * As an interim solution I have re-inserted the sidebar but would prefer to have
   the full width content area available again.
 * Any help appreciated.
 * Thanks
 * Johnny

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/full-width-attribute-sidebar-area/#post-5728154)
 * Johnny,
 * Please post your website URL for review.
 * Maybe you have a Child Theme that overwrites theme default functionality that
   was created before this update?
 *  Thread Starter [johnnymorriswp](https://wordpress.org/support/users/johnnymorriswp/)
 * (@johnnymorriswp)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/full-width-attribute-sidebar-area/#post-5728167)
 * Hi Silkalns,
 * Thanks for your speedy response.
 * The URL is – [http://johnnymorriswp.co.uk/](http://johnnymorriswp.co.uk/)
 * I have taken the sidebars off the home and portfolio pages and set them to full-
   width so you can see.
 * I am indeed using a child theme – content of CSS file below. This was the case
   before the update when the full width content area showed full site width.
 * Johnny
 * `/*
    Theme Name: Johnny Morris WP Description: Child theme for the sparkling 
   theme Author: Johnny Morris WP Template: sparkling */
 * [@import](https://wordpress.org/support/users/import/) url(“../sparkling/style.
   css”);
 * .entry-meta {
    display: none; }
 * .author-bio {
    display: none; }
 * .navbar-default .navbar-nav .active a {
    font-weight: bold; }
 * [@media](https://wordpress.org/support/users/media/) (max-width: 768px) {
    .footer-
   widget { padding-top: 20px; } }
 * .navbar > .container .navbar-brand {
    color: #ffffff; }
 * .page-id-346 h1.entry-title {
    display: none; }
 * .button-block {
    display: none; }
 * .element_1 .button-block {
    display: none; }
 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/full-width-attribute-sidebar-area/#post-5728331)
 * Not sure that have gone wrong but the wrong class is being applied for that page.
   You can just fix this via custom CSS.
 * You can add this co Child Theme `style.css or inside Custom CSS field that you
   can see in Theme Options – Other.
 * `.home #content {
    width: 100%; }
 *  Thread Starter [johnnymorriswp](https://wordpress.org/support/users/johnnymorriswp/)
 * (@johnnymorriswp)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/full-width-attribute-sidebar-area/#post-5728338)
 * Thanks, I added and it worked. For the benefit of others searching this forum
   I had to also add the same fix to my portfolio page using the page id i.e.
 *     ```
       .page-id-xx #content {
        width: 100%;
       }
       ```
   
 * Thanks for your help Silkalns

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Full Width Attribute Sidebar Area’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sparkling/2.4.11/screenshot.png)
 * Sparkling
 * [Support Threads](https://wordpress.org/support/theme/sparkling/)
 * [Active Topics](https://wordpress.org/support/theme/sparkling/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sparkling/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sparkling/reviews/)

## Tags

 * [Sparkling theme](https://wordpress.org/support/topic-tag/sparkling-theme/)

 * 4 replies
 * 2 participants
 * Last reply from: [johnnymorriswp](https://wordpress.org/support/users/johnnymorriswp/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/full-width-attribute-sidebar-area/#post-5728338)
 * Status: resolved