• When I add an image or a column in my wordpress editor, the width is wider than my text width. I’d like them all to be at 750 px wide. How can I make that happen? With css, … ?
    The site I need help with is dagtrippers.com

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    Add the below code to the customize > custom css section to do it –

    .single-post.content-max-width .entry-content p {
        padding-left: 0;
        padding-right: 0;
    }
Viewing 1 replies (of 1 total)

The topic ‘Width column / image’ is closed to new replies.