Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Allow Image plugin question

http://www.glamrock.com/blog/forum/index.php

fel64, I can’t see a good reason why I should spend money to upgrade because it’s not something that I can do. Plus I’m worried if all the plugins I’m using work after the transition. Plus I’m not sure if I’ll be going to a different software solution which supports social networking better.

With regards to pics<600px breaking the site, I’ve tried these additions in the style.css file like you said :

#thread li {

min-height: 200px; /* <– add this line */

padding: 1.5em 1.0em;

line-height: 1.5em;

}

overflow: auto;

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

and I’ve tried :

#thread li {

min-height: 200px; /* <– add this line */

padding: 1.5em 1.0em;

line-height: 1.5em;

}

#thread li img {

max-width: 600px;

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

Please forgive my poor development skills. Marketing is my thing.

Skip to toolbar