Have a nice header foreground image which I made fit on the left and right side.
How do I include it nicer vertically? It doesn't look good if there is a horizontally padding of 10px and a vertically padding of about 20px. Especially if I have the nice rounded main wrapper.
- Tried to change the heigth of the pic... no change
What now?
http://wordpress.org/extend/themes/suffusion/
What's the URL Chris.
Sayontan can't help you without looking at what you've done or have.
Try asking this question on the theme's dedicated forum: http://www.aquoid.com/forum
Chris,
I'm guessing, but I think what you want to do is get the header picture outside of the wrapper so the grey border is no longer there? Is that correct?
If you want no spacing between the header and the wrapper border, go to Suffusion Options → Back-end → Custom Includes → Custom Styles and put this in:
#wrapper { padding: 0 0 10px; }
#container { margin: 0 10px; width: 705px; }
#header { padding: 0 0 15px; }
amazing... great :-) you opened another horizon for me... thx for understanding.
...just changed a bit and had exactly what I wanted to have.
#wrapper { padding: 10 10 10px; }
#container { margin: 0 10px; width: 705px; }
#header { padding: 0 0 15px; }