CSS need for the header styling

Home Forums Legacy Support Support queries Styling issues CSS need for the header styling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #310540
    ranamj1987
    Participant
    Hello, Is it possible to reduce the space between the text, and move the search box a little lower? https://snipboard.io/4rnIsT.jpg On this page: https://immienglish.com/forums/ Please share the code and I will do the adjustment for both the changes. This code is not working: .forum-archive #title .pagetitle { padding-top: 0px; } Use this code to shift search bar down: .forum-archive #title .bbp-search-form { display: block; width: 100%; position: relative; margin-top: 20px !important; } Thanks.
    #310889
    Jackson
    Blocked
    Hello, You can see , code working well: https://prnt.sc/uhfk5i Thanks,
    #311142
    ranamj1987
    Participant
    Hello, Please check the screenshot, I paste the same code https://snipboard.io/BLkHWT.jpg And you can also check on the live website that the code did nothing. https://immienglish.com/forums/ Thanks
    #311207
    Jackson
    Blocked
    Hello, To shift search bar use this code: .forum-archive #title .bbp-search-form { margin-top: 40px !important; } Refer: https://prnt.sc/ui0fth Note: Customize margin-top according to you, 2- To decrease space use code given below: .bbpress .bbp-breadcrumb {
    top: 10px !important;
    position: relative;
    
    } Refer: https://prnt.sc/ui0gvy Note: you can change "top" value according to you, Thanks,
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS need for the header styling’ is closed to new replies.