Hi Frank,

Promo text is in a separate div. It overlaps the image because the div is 
absolutely positioned. Quickest way to push it out of the way and display the 
whole image is to comment out the CSS positioning.

In Templating Kit > Resources > /templating-kit/themes/pop/css/styles.css:

[code]
.promo-text {
  /* position: absolute; 
  bottom: 1px;
  left: 1px; */
  padding: 5px 5px 10px 5px;
  background: transparent url(../img/bgs/transparent.png) 0 0 repeat;
  width: 208px;
  color: #fff;
}
[/code]

--Antti

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=ffd0eaf4-33e3-4c14-a558-4e30db4a848c


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to