Dear Support,
My blog posts are getting cut off by at least one character on the right side. (http://www.realworldartstudio.com/blog/main/) I can't determine from the css what is causing it. Can you help me find what I'm missing?
Thank you,
Paula
Dear Support,
My blog posts are getting cut off by at least one character on the right side. (http://www.realworldartstudio.com/blog/main/) I can't determine from the css what is causing it. Can you help me find what I'm missing?
Thank you,
Paula
Hey,
in style.css replace:
.entry{
position: relative;
padding-bottom:30px;
clear:both;
float:left;
width: 100%;
padding-left: 10px;
}
with:
.entry{
position: relative;
padding-bottom:30px;
clear:both;
float:left;
width: 100%;
}
Worked great. Thank you so much, Dude!
Paula
Glad Dude could help you :)
You must log in to post.