Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need to force image to bottom right Reply To: Need to force image to bottom right

#170727

Thanks again for your response.

It is a media query that determines the 100% text width. I was hesitant to add padding to that because the image changes height depending on the screen size (it’s based on a max-width attribute so that it fills the device width for better impact). But I can change that so that the image has a static height and then the padding would work fine. Once the media query kicks in, there’s only 800px left in width so it won’t be a big deal.