#trying to resize photos into the custom template i am using.
1 messages · Page 1 of 1 (latest)
the css keeps getting overrode
Have you looked at what is overriding the styles?
If you're not sure how, open the browser's developer tools, use the inspector panel / selector tool to pick the element that's not rendering as you expect. Click on that element. Make sure the inspector panel shows the correct element highlighted (sometimes divs and overlays can get in the way). Then on the right (or bottom) it should show all the classes and styles that are being applied to it. You should see the class/style you want applied as crossed out. Above that should have the style and reasoning (via class, style, something CSS related) as to why it's being applied.