Home Forums Weaver Xtreme Theme Separator width and height

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #73212
    plumcreek
    Participant

    I need the separator to be wider and thinner and I’m struggling to figure out the custom CSS to get this done.

    hr.wp-block-separator.has-alpha-channel-opacity {
    opacity: .10
    }

    What do I add to make it a custom width and height?

    Here’s the page I’m working on: http://dgm.0f8.mywebsitetransfer.com/eastern-white-cedar-shingles/

    Thanks.

     

    #73214
    scrambler
    Moderator

    Here is to set the width, remove the existing 2px border to make it thinner, and eventually redo the height (4px by default) if not thin enough.

    .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {width: 544px;border:none;height:2px;}

    #73216
    plumcreek
    Participant

    Thank you!!

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