Tagged: CSS, theme-options
Hey guys,
great update, but something changed on our pages: Now I have black vertical borders to the sidebars.
http://www.moonwave-systems.com/contact/
http://www.moonwave-systems.com/jobs-careers/
I cleared the browser cache ect. Do you have any idea why?
Thanks for response!
Martin
Hi MartinSchambach!
Please add following code to Quick CSS in Enfold theme options
.sidebar_left .content { border-left-color: #e1e1e1; }
Best regards,
Yigit
Thank you Yigit,
same problem on the right side here: http://www.moonwave-systems.com/blog/
Tried to fix it in the same way but no success…
What can I do?
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.content { border-right: 1px solid #e1e1e1; }
Cheers!
Yigit
I think the problem is that when the <main> element replaced a <div>, it wasn’t added to the list of selectors whose borders are given a color in:
Theme Options / Styling / Main Content / Border colors
In the next update, in that dynamic css that is generated by the Theme Options to give a border color, you need to add:
.main_color main
to the list, in addition to:
.main_color div
In the meantime, I added this to my css:
.main_color main { border-color: #E1E1E1; }
Thank you guys for the help! Hope, it will be fixed in the next update….