PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

adding two images to side widget form

  1. Hi,
    I have a question and can't seem to find answer to the question.
    I was able to use the html block to upload a picture into my form widget block.
    I wanted to add another one all the way up at the edge of the top border. My site url is
    http://marketgeeks.com/?page_id=582

    I wanted to add a top graphic like the one that says free download.
    http://theelevationgroup.net/gsv2/?a_aid=155725&a_bid=290b868b

    I use headway and I can either add the top graphic using headway
    or add the graphic that is currently on my site, (without headway, using the html and IMG tag, but I cannot add them both.
    They go on top of each other if I do.
    Is there a way for me to keep my graphic (the free book) and at same time add the "free download graphic to the very top of the widget ?
    thanks,
    Roger

    Posted 11 years ago on Tuesday October 2, 2012 | Permalink
  2. I was able to accomplish what I think you want by adding this to your theme's stylesheet:

    [css]
    #block-14 {
        background: url('http://theelevationgroup.net/blog/wp-content/themes/kubrick/images/download-top.png') no-repeat center top;
    }
    #block-14 #gform_wrapper_3 {
        padding-top: 60px;
    }

    Screenshot: http://minus.com/lO3TUGKM62dVz

    I used the graphic you linked to as an example, which is too wide for this space and I am sure you will provide your own graphic.

    Posted 11 years ago on Tuesday October 2, 2012 | Permalink