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?
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?
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.
ok will give it a try thank you
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
This topic has been closed to new replies.