Title: Header / Border bottom
Last modified: March 21, 2022

---

# Header / Border bottom

 *  Resolved [panevin83](https://wordpress.org/support/users/panevin83/)
 * (@panevin83)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/header-border-bottom-2/)
 * Hi!
    Is it possible to change the bottom border of the header so that it is at
   most 1240px and that it resizes as the screen resolution decreases? (I would 
   like a low border that has the same behavior as the footer border-top)
 * Screenshot demo: [https://ibb.co/BL9yypP](https://ibb.co/BL9yypP)
 * Thanks 😉

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

 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/header-border-bottom-2/#post-15484096)
 * Hi 😀
 * Depending on the settings of your header, it might be possible. Would you please
   share the URL of your website so I can see if it’s doable?
 * Thanks,
    Yann
 *  Thread Starter [panevin83](https://wordpress.org/support/users/panevin83/)
 * (@panevin83)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/header-border-bottom-2/#post-15484287)
 * Yes of course: [https://tinyurl.com/4trwzc3m](https://tinyurl.com/4trwzc3m)
    
   Thanks!
 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/header-border-bottom-2/#post-15484818)
 * Thanks for the link. You can try adding the following CSS code in the Customizer
   > Additional CSS panel:
 *     ```
       #masthead {
       	border-bottom: 0;
       	padding-bottom: 0;
       }
   
       #masthead::after {
       	position: relative;
       	border-bottom: 1px solid var(--global--color-border);
       	display: block;
       	width: 100%;
       	margin-top: 6px;
       }
       ```
   
 * Hope that helps,
    Yann
 *  Thread Starter [panevin83](https://wordpress.org/support/users/panevin83/)
 * (@panevin83)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/header-border-bottom-2/#post-15484854)
 * it seems to work very well!
    I’ll do further tests tomorrow! Thanks for support!
 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/header-border-bottom-2/#post-15484904)
 * Thanks for the heads up, glad it works.
    If you enjoy Twentig, please rate it.
   It would really help me out 🙂
 * Yann

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

The topic ‘Header / Border bottom’ is closed to new replies.

 * ![](https://ps.w.org/twentig/assets/icon.svg?rev=2569439)
 * [Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio](https://wordpress.org/plugins/twentig/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twentig/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twentig/)
 * [Active Topics](https://wordpress.org/support/plugin/twentig/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twentig/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twentig/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Twentig](https://wordpress.org/support/users/twentig/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/header-border-bottom-2/#post-15484904)
 * Status: resolved