Having successfully used this element on a couple of pages, they have all lost the correct format.
eg. http://www.websiteproud.com/wptest/contact/faq/
Assuming it was some CSS I’d changed, I removed all custom CSS but this had no no effect.
Looking at the styles it seems that the width on this
.toggle_icon .hor_icon {
width: 11px;
Is being replaced by this, which causes the long line.
.responsive, .responsive span, .responsive span iframe[style], .responsive span img {
width: 100% !important;
}
Something to do with my iframe plugin perhap?
Hey!
Please add following code to Quick CSS
.toggle_icon .hor_icon { width: 11px !important; }
Cheers!
Yigit
Almost. That fixed the cross itself. I still have a border around the icon. I appreciate that you’d said how to fix the problem but did you see what caused it in the first place?
I’m using .this to remove the outside border.
toggler.activeTitle {
border: none;
}
.main_color .toggler {
border: none;
}
Also the URL function of the accordion no longer works on the page I gave you but is ok on another page.
I fixed the border with
.toggle_icon {border:none;}
Removed widget after accordion and URLs are ok now.
All fixed