Home › Forums › Air WordPress Theme › Single Line in Divider module (v1)
- This topic has 5 replies, 2 voices, and was last updated 3 weeks, 6 days ago by
applemint.
- AuthorPosts
- November 6, 2023 at 2:25 am #30221
Hi,
I have Air WordPress theme, version 1.
The divider module allows to set it with or without a “single line”.
When it is set for a single line, sometimes the line will show, sometimes it won’t. (both in Firefox and Chrome)
Any way to fix this?What would be the right CSS code to style the single line (to have 1 px height/thickness)?
Thank you
November 6, 2023 at 2:27 am #30222This reply has been marked as private.November 6, 2023 at 3:02 am #30225Hi there,
Welcome to SeaTheme forum.
Please paste the custom CSS code to “Appearance > Customize: Additional CSS” to fix the issue and set line as 1px thickness.separator { opacity: 1; } .separator_inn { height: 1px; }
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookNovember 12, 2023 at 6:12 pm #30241Thank you,
I added the code.
The line is now appearing in Chrome (height 1px), but not in Firefox (except in Private mode, but height is showing at 2 px still). Any ideas why?
On Firefox app on mobile it is working.Regards
November 13, 2023 at 10:06 am #30243Welcome
Please update the CSS to:.separator { opacity: 1; } .separator_inn { height: 1px; z-index: 0; }
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookNovember 14, 2023 at 1:50 am #30245This works, thank you so much!
Regards - AuthorPosts
- You must be logged in to reply to this topic.