Hi,
You can see where there are separators in my editor screen. They are not full width, and you can see them on the screenshots and linked page. I can go into General Styling / Main Content and change the color of the separator.
The problem I am having is with the full width separators appearing on the page when you view it. I have tried to figure out where they are coming from, but I can’t figure it out. You can see one under the second row of YouTube videos. They should not be there. How can I remove / control them?
Thanks,
Ken
Hey Ken,
The “separator” that is after your videos is actually a border from the container, this css will remove it:
.container_wrap {
border-top-style: none !important;
border-top-width: 0px !important;
}
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field.
Best regards,
Mike