Title: Border bottom white offset
Last modified: March 20, 2019

---

# Border bottom white offset

 *  [univ182](https://wordpress.org/support/users/univ182/)
 * (@univ182)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/border-bottom-white-offset/)
 * Hello,
 * Thank you very much for this excellent plugin.
 * I have the next problem, I put the header id in Offset, is working fine but, 
   in the screen resolution 1920px appear a border bottom white, what am I doing
   bad? or this situation for what?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fborder-bottom-white-offset%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/border-bottom-white-offset/#post-11336603)
 * Hi,
 * You put the header id as the offset but the header height changes according to
   scrolling.
 * When you click a link when the page is at the very top (i.e. the page hasn’t 
   been scrolled), the header height is 101 pixels, thus offset is 101 pixels.
    
   When you click a link when the page has been scrolled (i.e. the page is not at
   the very top), the header height is 95 pixels, thus offset is 95 pixels.
 * This happens **while the is scrolling**. The 6 pixels different is what you see
   as “white border” and it happens only when you click a link while the page is
   at the very top.
 * Your header height changes because your logo image gets smaller when the page
   is not at the top. You can change this by adding the following to your additional
   CSS:
 *     ```
       .wrapfixed .navbar-brand img {
           width: auto;
       }
       ```
   
 * If you want to keep the logo changing (as it is now), you could try changing 
   the “Offset” option (in plugin settings) to:
 * `#mysticky-wrap`
 * This selector is your header parent/container element which is not affected by
   the logo height (it always stays 101 pixels).
 * Hope this helps

Viewing 1 replies (of 1 total)

The topic ‘Border bottom white offset’ is closed to new replies.

 * ![](https://ps.w.org/page-scroll-to-id/assets/icon-256x256.png?rev=1401043)
 * [Page scroll to id](https://wordpress.org/plugins/page-scroll-to-id/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-scroll-to-id/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-scroll-to-id/)
 * [Active Topics](https://wordpress.org/support/plugin/page-scroll-to-id/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-scroll-to-id/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-scroll-to-id/reviews/)

## Tags

 * [id](https://wordpress.org/support/topic-tag/id/)
 * [offset](https://wordpress.org/support/topic-tag/offset/)
 * [scroll](https://wordpress.org/support/topic-tag/scroll/)

 * 1 reply
 * 2 participants
 * Last reply from: [malihu](https://wordpress.org/support/users/malihu/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/border-bottom-white-offset/#post-11336603)
 * Status: not resolved