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

    What CSS can I use to move the left side bar on the

    to the right?

    Thank you,

    — John

    #1039995

    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

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