Header image will not fill the space
I have a header image that need to fill the header space completely. I have designed a simple one and when it's uploaded there is space on all sides. I've made the image larger, smaller, in Illustrator, in Photoshop, uploaded the image via URL and changed the CSS padding to 0 -- the result is the same -- >>>>>> the image is always centered in the space. Help.
Original post by Donna Shanks
-
Answer from ShortStack Support: This answer is to be applied to Campaigns that are not using the Style Panel:
Try removing the padding around the image. This can be done with the following CSS:
#content_image{
padding:0;
}In the CSS above, the CSS ID #content_image should be replaced by the CSS ID for the Image Widget you are using. For example, if the CSS ID of the image is #image3, then use #content_image3.
Please sign in to leave a comment.
Comments
1 comment