MD21
-
Posts
3 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by MD21
-
-
I'm having the same problem with the accordion divider thickness. Elle-Harrison Design's link still shows the problem in Chrome and Edge. I've tried everything, except CSS. Even made 9 separate accordion blocks, still too thick every 2nd line.
-
@mauvesocial I know you posted a while ago, but I clicked your URL, your site is not https secure. Getting a an error page. You might want to enable https in the backend of site: SETTINGS >ADVANCED >SSL >SECURE PREFERRED
This site can’t provide a secure connection
www.mauvesocial.com. sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
Accordion Lines showing different thickness for every 2nd line
in Site Design & Styles
Posted
OK, I coughed up some CSS, seems to resolve the line thickness issue
.accordion-divider { color: transparent !important; height: 0 !important; border-top: 1px solid black; /* This line creates the divider */ }