• Resolved panevin83

    (@panevin83)


    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

    Thanks ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Twentig

    (@twentig)

    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

    (@panevin83)

    Yes of course: https://tinyurl.com/4trwzc3m
    Thanks!

    Plugin Author Twentig

    (@twentig)

    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

    (@panevin83)

    it seems to work very well!
    I’ll do further tests tomorrow!
    Thanks for support!

    Plugin Author Twentig

    (@twentig)

    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.