#trying to resize photos into the custom template i am using.

1 messages · Page 1 of 1 (latest)

sharp lava
#

the css keeps getting overrode and i tried resizing it in adobe express, however, neither of those methods worked for me. i am trying to get the photos to be the size of photo in the center, of the woman writing on the paper. does anyone have any suggestions on what the issue might be?

weak summit
#

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.