Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1234892
    yhshin1020
    Participant

    Hey,

    I want to put a promotion box that leads to a new page in my custom sidebar im using for my website.

    Basically, I want a box with a text overlay saying “Donate Today” and the image behind it.

    I am having a lot of difficulty trying to make the box responsive (ie the text should be at the same position within the image regardless of changing the size of the screen).

    I will attach more details below.

    #1234893
    yhshin1020
    Participant
    This reply has been marked as private.
    #1235279
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please replace this part of your code:

    .fillchild{
      color: white;
      width: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      resize: both;
      overflow: auto;
    }

    With this:

    .fillchild {
        color: white;
        width: 100%;
        position: absolute;
        top: 50%;
        text-align: center;
    }

    Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-1234892 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>