Create A Forum - Support Forums

Support => General Support => Topic started by: thefirecorner on January 22, 2018, 06:50:00 pm

Title: HELP WITH HEADER
Post by: thefirecorner on January 22, 2018, 06:50:00 pm
@createaforum

I need to place the header that I have behind the logo, login, and search box like the one's already provided by you guys (Christmas etc)

RR
www.thefirecorner.com
Title: Re: HELP WITH HEADER
Post by: CreateAForum on January 22, 2018, 11:29:53 pm
It's a css change you can do this under admin -> style manager -> modify your style
For the css find something that starts with #header
Code: [Select]
#header {
    padding-left: 20px;
    box-shadow: 0 0 10px #999;
    background: url(https://cdn.smfboards.com/caf/themes/christmas/images/theme/head.jpg) bottom;
    border-radius: 20px;
    margin: 10px auto;
    width: 97%;
}

Above is from the christmas theme you should be able to modify  your style's css to do the same.