PDA

View Full Version : Album picture too big for fixed site width


ckgb
12-13-2013, 04:11 PM
Ok, I tried to search the issue fix for a few hours. To no success.

I have fixed width site. When I upload a large picture to my user album it brakes the width of the site and extends beyond.

Is there a place (or mod) where I can set these parameters?

Thank you

Lynne
12-13-2013, 05:22 PM
You would need to use CSS to change it for that style. If you don't know how to do that, you will need to provide a link to a page so we can see it and we can try to help you write the CSS.

ckgb
12-13-2013, 06:54 PM
Thank you.

tbworld
12-13-2013, 08:30 PM
Add to the bottom of your 'additional.css' template.


#picturelink img {
max-width:895px;
}
@Lynne may have a better suggestion. She is much more familiar with the code. :)

ckgb
12-13-2013, 08:59 PM
Thank you much. Worked like a charm.

tbworld
12-13-2013, 10:00 PM
Thank you much. Worked like a charm.

This was based off the link to your web site, the page's boxmodel. That is why we need a link as @Lynne suggested.

(Just in case anyone else is reading this thread and wonders why we need a link. :))