• Hi, is there a way to use page intends on both sides, not just on the left? I would like the text on my pages to be less wide if that makes sense. I tried to use the indent but it only moves the text from left but it’s still too close to the edge on the right.
    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    You can add padding using css. Something like this:

    p {
      padding-right: 50px;
    }

    Just paste that in your custom css box in theme options > custom css.
    Hope that helps!

    Hannah

    Thread Starter kalina21

    (@kalina21)

    Does this code apply to all pages? It doesn’t seem to be doing anything.

    hannah

    (@hannahritner)

    Yeah it should apply to every page but the more I think about the more i don’t think it’s the best solution. I think using page builder is a good idea- https://ww.wp.xz.cn/plugins/siteorigin-panels/
    You can create 3 columns making the first and last small and blank and adding your content to the center column. Let me know if that works for you!

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Page indents’ is closed to new replies.