Your cart is currently empty!
Problem with login/registration buttons
—
by
I purchased the Affiliates Pro & The Affiliates Coupon extension. Everything is working great except 1 problem.
The Login button and Registration buttons overlap, blocking each other (link to my site) https://primabreed.com/affiliate-area/
How can I fix this? Can I add css for extra padding between them?
Posted in Affiliates Pro
Comments
One response to “Problem with login/registration buttons”
Hi Anthony,
Thanks for using our Affiliates products on your site, much appreciated.
As it seems there’s overlapping on the section titles, which occurs because of a negative margin inherited from the theme framework.
– https://imgur.com/FT6KgyP
If this is removed with the following CSS rules, the section titles will be ok.
.affiliates-dashboard-section-links .section-link-item.login.active {
margin: 0;
}
and for the form
.affiliates-dashboard-section.login {
margin: 0;
}
Please give it a try and let me know if further assistance is needed.
Kind regards,
George