Hi Lynn,
Due to the forum being closed and for testing purposes only, I send you the info you need such as db info, admin login info, URL's via PM. I'll post your replies here when I receive them
Thank you!
--------------- Added [DATE]1311815133[/DATE] at [TIME]1311815133[/TIME] ---------------
Ok, here's the fix from Lynn:
Quote:
add to your additional.css template to make the blog image smaller
Code:
.blogcontent img {max-width: 800px;}
|
That worked perfectly
Also, if you want to make it more dynamic "fits the user screen" you can do it this way, but you have to change the stylevar "image_large_max" value to '%100'
Code:
.blogcontent img {
max-width:{vb:stylevar image_large_max};
}
All the best!