Title: Styling Problems
Last modified: May 24, 2018

---

# Styling Problems

 *  Resolved [luremarketing](https://wordpress.org/support/users/luremarketing/)
 * (@luremarketing)
 * [8 years ago](https://wordpress.org/support/topic/styling-problems/)
 * Hello, I’m attempting to use this plugin on a blog page. As you can see from 
   the link that I included, the styling isn’t quite right on scroll though. The
   search widget is hidden by the header and the category widget becomes much wider.
 * How would I fix these issues? I know it can be easily solved with some CSS, just
   not sure what to target.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstyling-problems%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [8 years ago](https://wordpress.org/support/topic/styling-problems/#post-10335895)
 * Hi!
 * The first problem is easy to solve. Go to Appearance -> Fixed Widget options 
   add set margin Top value. 90 pixels (dixed menu height plus little margin) should
   be ok.
 * Widget width. The problem is in this style:
 *     ```
       .et_pb_widget {
           width: 100%!important;
           margin-right: 0;
       }
       ```
   
 * `width: 100%!important;` – in fixed mode sidebar wrapper is not counted, so the
   widegt width = browser window width.
 * Try to remove `!important` property. Or try to remobe this class from widget 
   container.

Viewing 1 replies (of 1 total)

The topic ‘Styling Problems’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Max Bond](https://wordpress.org/support/users/max-bond/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/styling-problems/#post-10335895)
 * Status: resolved