Hey guys,
can you help me to figure out how best to have the block of copy you see sitting on a transparent background be completely flushed to the right edge and top of the photo? See link. Right now the block has a padding around it. The client wants the full 1/2 of the image covered with this transparent overlay (I included an image of what that should look like.)
Thanks!
JS
Hey Justin!
Please add following code to Quick CSS
#information .container {
width: 100%!important;
max-width: 100%!important;
padding: 0;
}
Best regards,
Yigit
Got it. Thanks Yigit.