Hi, I would like to use a banner instead of a logo. I want the banner to be 1130wide by 217tall, so it would go from the left edge to the right edge with no space. How would I be able to do this.
Also, how can I add an accordian inside a tab?
weather-tight.com
Hey weathertight!
You can use the Color Section then set the logo image as background. Can you please post a screenshot of what you want to do?
Cheers!
Ismael
Hi!
Looks like you managed to changed it. Please add this on your custom.css or Quick CSS:
#header_main .container {
width: 100%;
}
Cheers!
Ismael
Thanks, I implemented what you suggested. I’m just having an issue in Internet Explorer with the image going too far to the right. Here is a screenshot:http://dev.bestchoicelandscaping.com/wp-content/uploads/2013/10/ieissue.jpg
Do you know how to fix this?
Hi!
Try to insert this code
#header_main .container {
width: 1130px\9;
}
If it doesn’t work try to increase/decrease the px value a bit.
into the quick css field
Best regards,
Peter