• i have posted two test images on my new blog and both post & images are overlapping

    i have no idea how to fix this millielovesmin.com/blog/

    would anyone have any leads for me?

Viewing 4 replies - 1 through 4 (of 4 total)
  • caused by the negative top margin in style.css, of this style:

    .post {
    	margin: -242px 0 0 0;
    	padding:0;
    	text-align: justify;
    	clear:both;
    	}

    try to change the top margin value.

    this will probably effect other pages as well;
    try to figure out why this negative margin was entered there in the first place, and try to achieve the same with some other formatting.

    Thread Starter milliemin

    (@milliemin)

    ok will give it a try thank you

    Thread Starter milliemin

    (@milliemin)

    like you said i cannot change this without changing the layout of the whole website

    i am guessing there are no other options?

    could i include a link from ‘blog’ in the page menu to click direct to tumblr?

    try and move the negative top margin from the style of .post to the style of #content

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post overlap on Blog’ is closed to new replies.