Question from mariahfl0wers:
hello! i need some help with my theme (1). sometimes, my posts look like: http://s5.hostingkartinok.com/uploads/images/2013/12/75150355860596b225fa8afdc901eb43.jpg, but in another theme (2) they look like: http://s3.hostingkartinok.com/uploads/images/2013/12/d03b00ab44edc635d7b73f57695a8eea.jpg. i want my posts look like in another theme. what should i do? please, give me your advice. if you need codes: 1-http://pastebin.com/DHV2U1WC, 2-http://pastebin.com/raw.php?i=CJNEDz9J. i will wait for your reply ;3
Well I'm guessing the theme maker from theme one tried to do the customized post size thing but decided to not care for the photosets and just hide the excess...
You can put them right...make every post 250px. That's what I'm advising cause I don't think it's a good idea going around inserting scripts and all...
On #entry{ change (use ctrl+f to find it if you can't)
{block:iftwocolumn}
width:210px;
{/block:iftwocolumn}
{block:iftwocolumn}
width:250px;
{/block:iftwocolumn}
{block:iftwocolumn}
max-width:210px;
{/block:iftwocolumn}
{block:iftwocolumn}
max-width:250px;
{/block:iftwocolumn}
and on the variables on {block:Photoset}
<div style="width: 200px; overflow-x:hidden;overflow-y:hidden;">{Photoset-250}</div>
You'll have 250px width posts but you'll be able to see the photosets. :) I hope I helped.