Hey Tyler,
I stumbled upon your google group about inserting a picture for the
hero-unit background. Thanks for the help! Any idea on how to move the
picture with the css so the bottom of the picture is displayed? I am
harvesting a picture from Wikipedia so I am not able to upload a cropped
picture.
Thanks!
Donald
On Friday, March 2, 2012 5:30:20 PM UTC-5, Tyler Dille wrote:
>
> The only CSS I modified to add a background image was this:
>
> *ORIGINAL:*
> .hero-unit {
> padding: 60px;
> margin-bottom: 30px;
> background-color: #f5f5f5;
> -webkit-border-radius: 6px;
> -moz-border-radius: 6px;
> border-radius: 6px;
> }
>
> *NEW:*
> .hero-unit {
> padding: 60px;
> margin-bottom: 30px;
> background-image: url(../img/pic3.jpg);
> background-repeat: no-repeat;
> -webkit-border-radius: 6px;
> -moz-border-radius: 6px;
> border-radius: 6px;
> }
>
> I made sure the picture I was using was 940px wide so it would fill the
> div when the window is at full view. I'll post this weekend. Thanks Ron!
>
> On Friday, March 2, 2012 2:23:05 PM UTC-8, Tyler Dille wrote:
>>
>> No not yet. Just been playing around with it. Saw the Hero theme and
>> thought a big beautiful picture would look good at the top behind text
>> instead of just a gray background. I'll be working on it much more this
>> weekend and I'll post it.
>>
>> On Friday, March 2, 2012 2:20:39 PM UTC-8, Ron Rattie wrote:
>>>
>>> Do you have it online anywhere it can be viewed?
>>
>>