• catmcd

    (@catmcd)


    Hi,

    I have made an image that I want to be displayed after each post. I have inserted code into the loop.php to make this happen and it appears fine, after each post as I would like it too.

    However, my problem is that I want it to go from edge to edge of my wrapper. I changed the left margin on the image to make it move over which worked fine for the right hand alignment. But on the left hand side the image is disappearing into the padding of the wrapper.

    Is there any way to fix this? All I want is the image to cover the entire white portion.

    Thanks!!

    http://www.jeffchangphotography.com/wordpress

    And this is my code for the image

    <img style="max-width: 1000px; max-height: 46px; padding: 0px; border: none; float: left; margin-left: -12px;" src="http://www.jeffchangphotography.com/border.jpg">

    [Please post code snippets between backticks or use the code button.]

Viewing 2 replies - 1 through 2 (of 2 total)
  • K-Fella

    (@k-fella)

    Try removing the padding from div#wrapper and adding it to div#main.

    Thread Starter catmcd

    (@catmcd)

    Thats for the suggestion. I tried that and it just made the image disappear on both the left and right side. 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Divider image between posts disappearing’ is closed to new replies.