- This topic has 2 replies, 2 voices, and was last updated 13 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate Troubleshooting › Affiliate banner area not displaying properly
Tagged: ad, affiliates, banner ads
Hello,
I installed the plugin, and used the [wp_affiliate_view] to incorporate it into my WP site. Everything is working great, except the area where affiliates log in to see the available ads is not displaying properly with my layout.
You can see what I’m talking about if you visit [http://www.alkalinewaterforwellness.com/affiliates], and use the username “sample” and password “sample” – then click on Ads. I’m sure that this is adjustable in some css file somewhere, but if someone could direct me to it, I would REALLY appreciate it! Thanks for your time!
– Brett
Your theme has the following CSS which is forcing every textarea element on your site to be of 390px widht! Bad idea to define the with of an HTML element globally like that:
textarea {
width: 390px;
height: 250px;
padding: 5px;
}
Get rid of the fixed width and height from the above CSS and it will automatically adjust itself.
I just got a chance to check this thread, and I wanted to let you know that you have solved my problem! Thank you so much for taking the time to help me out.
I really appreciate it!
– Brett