| View previous topic :: View next topic |
| Author |
Message |
kendallq
Joined: 13 Jun 2012 Posts: 1
|
Posted: Wed Jun 13, 2012 4:04 pm Post subject: need to adjust horizontal location of Page Peel |
|
|
Hi,
I tried doing this myself but have been unsuccessful. I need Page Peel ads to move over about 290 pixels from the right. Otherwise the whole thing ends up in the sidebar and that will interfere with other ads. I tried modifying the style.css for pagepeel, and unfortunately my crazy solution causes the little black peelback (triangle) to improperly lay under the ad image.
Can you please tell me how to do it correctly?
Here is a location for what I've tried my foolish attempt (I really am not very CSS literate):
http://tourism.jkperu.com/advertise/
Also, and ideally, I'd like to make the style modifications only site specific (but I've discovered adding the css code to the publishers website is ineffective, as it is, overridden by the ad server css code) |
|
| Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 5695
|
Posted: Thu Jun 14, 2012 12:49 am Post subject: |
|
|
If you need to move it 290px from the right side, please edit the file files/page_peel/styles.css. Replace all occurrences of this code:
right: 0;
With this:
right: 290px;
It should work, at least it worked for me when I tested it. |
|
| Back to top |
|
 |
|