Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #695119

    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

    #695121

    Hey Justin!

    Please add following code to Quick CSS

    #information .container {
        width: 100%!important;
        max-width: 100%!important;
        padding: 0;
    }

    Best regards,
    Yigit

    #695137

    Got it. Thanks Yigit.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom Transparent background – fully flushed’ is closed to new replies.