What CSS can I use to move the left side bar on the
to the right?
Thank you,
— John
Hey J,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
blockquote {
border-right-style: solid !important;
border-right-width: 7px !important;
border-left-style: none !important;
border-left-width: 0px !important;
padding-right: 20px !important;
margin-left: 1em !important;
padding-left: 0px !important;
margin-right: 0em !important;
}
Best regards,
Mike