How can I remove the 2px solid rule between the columns when using Columnize? I am using X with the B&B demo. Surprisingly I haven’t seen anyone ask this yet in the forums!
Thanks in advance,
Dawn
How can I remove the 2px solid rule between the columns when using Columnize? I am using X with the B&B demo. Surprisingly I haven’t seen anyone ask this yet in the forums!
Thanks in advance,
Dawn
Hey Dawn,
Add this override code in Theme Options > CSS.
.x-columnize {
column-rule: 0;
}
Hope that helps.
Perfect! Thank you!
You’re more than welcome, glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.