BuddyBoss Home – Web Support Forums Themes Boss. theme site title wants to float

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #58548
    @nsfamilylawexposed

    Hi. My site title wants to float and stay visible when scrolling down. It never used to do that, and I can’t find the way to make it fixed again.
    Did I just inadvertently hit a checkbox somewhere?

    Answers

    #58586

    Anonymous
    @

    Hi @nsfamilylawexposed, Please add this css code inside your boss theme’s custom css option:

    
    header#masthead {
        box-sizing: border-box;
        position: fixed;
        width: 100%;
     }
    .site-header {
      z-index: 13;
    }
    

    Regards

    #59353
    @nsfamilylawexposed

    no code ?

    #59488

    Anonymous
    @

    Hi @nsfamilylawexposed, There is no option for header in Boss them’s setting you can provide me your site url I will check that if it is working fine or not.

    Regards

    #59793
    @nsfamilylawexposed

    3a5.ec1.myftupload.com

    Hi. Yah. The header wants to float down slightly from the top, especially in mobile mode with screen rotated. I would appreciate it if you can tell me if this is normal, or something I can fix. I’d like it to remain constant at the top of the page. Thank you Pallavi.

    #59899

    Anonymous
    @

    Hi @nsfamilylawexposed, I am getting a blank pag eon this url : 3a5.ec1.myftupload.com please check it and provide a valid url so I can check it to debug the issue.

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘site title wants to float’ is closed to new replies.