Home › Forums › CSS › Need to force image to bottom right › Reply To: Need to force image to bottom right
May 20, 2014 at 1:18 pm
#170727
Participant
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.