Title: Using Plugin on Full Width Page
Last modified: August 21, 2016

---

# Using Plugin on Full Width Page

 *  [bvagner](https://wordpress.org/support/users/bvagner/)
 * (@bvagner)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/using-plugin-on-full-width-page/)
 * Hello,
 * First, great plugin! It works very well on my pages that I have a sidebar associated
   with it. However, I have a page that needs to utilize a full width template due
   to the content at the top. At the bottom of that page I have content in the left
   2/3’s of the page and I want to utilize the remaining 1/3 for a ‘sidebar.’ I 
   know I can’t use a standard wordpress sidebar if I utilize a full width page,
   but is there any way that I can utilize your plugin within that 1/3 space on 
   a full width wordpress template? I really want my content to be fixed as people
   scroll down the page.
 * Thanks and if you need clarification on anything, please just let me know.
 * [https://wordpress.org/plugins/q2w3-fixed-widget/](https://wordpress.org/plugins/q2w3-fixed-widget/)

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

 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/using-plugin-on-full-width-page/#post-5073334)
 * Hello!
 * Try Custom HTML IDs list.
    Input there widget id and see the result!
 *  Thread Starter [bvagner](https://wordpress.org/support/users/bvagner/)
 * (@bvagner)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/using-plugin-on-full-width-page/#post-5073472)
 * Please correct me if i’m wrong. I did the following and it did not work.
 * Within Appearance > Fixed Widget Options, I input into the Custom HTML ID list
   the widget ID, which is [otw_is sidebar=otw-sidebar-4].
 * I then inserted the same ID, [otw_is sidebar=otw-sidebar-4], into the 1/3 column.
 * I confirmed that the widget under Appearance > Widget was selected as fixed.
 * The widget appears in my 1/3 column, but is not fixed. Can you please advise 
   what i’m doing incorrectly?
 * Thanks
 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/using-plugin-on-full-width-page/#post-5073561)
 * Hello!
 * > I input into the Custom HTML ID list the widget ID, which is [otw_is sidebar
   > =otw-sidebar-4]
 * That’s not a widget id! Look for id in html-source code of your page.
    Example:
 *     ```
       <div id="sidebar-wrapper">
       	<div id="mvp_social_widget-3" class="sidebar-widget mvp_social_widget">...</div>
        	<div id="text_widget-1" class="sidebar-widget text_widget">...</div>
       	<div id="text_widget-2" class="sidebar-widget text_widget">...</div>
       </div>
       ```
   
 * The widget ids are: `mvp_social_widget-3`, `text_widget-1` and `text_widget-2`

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

The topic ‘Using Plugin on Full Width Page’ is closed to new replies.

 * ![](https://ps.w.org/q2w3-fixed-widget/assets/icon-256x256.png?rev=2384479)
 * [Fixed Widget and Sticky Elements for WordPress](https://wordpress.org/plugins/q2w3-fixed-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/q2w3-fixed-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/q2w3-fixed-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/q2w3-fixed-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/q2w3-fixed-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/q2w3-fixed-widget/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Max Bond](https://wordpress.org/support/users/max-bond/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/using-plugin-on-full-width-page/#post-5073561)
 * Status: not resolved