Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1049009

    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

    • This topic was modified 5 years, 11 months ago by kcloud3.
    #1049027

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.