| |

Divi – Remove the divider line between content and sidebar

By default the Divi Theme displays a dividing line between the main content and the sidebar. It’s possible to remove this dividing line using CSS.
Note that there are two cases in which a dividing line may occur (either on a standard sidebar, or on a sidebar module).

Remove divider line between content and sidebar from a Divi Standard sidebar

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

Remove divider line from Divi Sidebar module

.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

4 Comments