thewinngrouptx 0 Report post Posted July 1, 2011 'm new to using child themes and custom hooks. I have a site that is using the Pagelines theme. http://74.53.161.98/~connally/ I'm trying to get a transparent png of a right and left curly bracket on either side of the feature slider. I've tried using the hooks pagelines_inside_bottom_feature and pagelines_after_feature but I can't get it past the width of the feature slider to position it in css. I'm using a Full-Width Design Framework too. Any ideas on how to make this work? Is there anyway I could use a hook to add this in the body tag and then position it with margins? Share this post Link to post Share on other sites
kastelic 6 Report post Posted July 1, 2011 I would use something like pagelines_inside_top_feature or pagelines_inside_bottom_feature and then set it to position:absolute . You will have to set its container, proabably #feature , to position:relative in order for its origin to be the feature box. If you insert the code, then we can help you with the CSS rules if you need it. Share this post Link to post Share on other sites