Customizing Template
tomorrow said 1 year, 1 month ago:
I want to include a logo in the title block of the header. How do I increase the size of that block?
Nate D said 1 year, 1 month ago:
If you can post the web address.
Baillee said 1 year, 1 month ago:
@tomorrow
You’ll probably have to do this through CSS, which I’m sure @Nate D would be happy to help with. Here is information on modifying your CSS:
Modifying CSS with Quick Blogcast
Hope this helps!
- Baillee
tomorrow said 1 year, 1 month ago:
Baillee – Thanks for your quick response. I found the CSS area in Website Tonight. I’ll try to find the code for changing the height of the block in CSS. Thanks again, Kathy
tomorrow said 1 year, 1 month ago:
Nate D – Sorry – I didn’t get an email on your response. The website is BehavioralHealthSolutions.com, but I haven’t published yet. It is a work in progress. In CSS, can I just set height = ? Thanks for your help, Kathy
Nate D said 1 year, 1 month ago:
@tomorrow – Yes, you should be able to set the height of the containing block with CSS. Give this code a try it may work on your template:
.sf_header_wrapper {
height: 50px;
}
0 min expected wait time