• Hi there
    I am writing posts and the margins spread from the left side of the screen all the way to the right of the screen. I really want to shrink it in so its more centered in the page.

    I have found some CSS options but when I put them in they dont seem to make any changes to my posts.

    Thanks in advance for your help.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @kristinainnemee,

    Hope you are having a great day and thanks for contacting us!

    Could you share your URL so I can see this first hand?
    Thanks.
    Diego

    Thread Starter kristinainnemee

    (@kristinainnemee)

    I dont have my site posted yet so you wont be able to see it..

    but basically it is doing this

    “The dog went to the store by himself and the store manager gave him some much needed lip balm”

    and I want

    “The dog went to the store by himself and
    the store manager gave him some much
    needed lip balm”

    That may obvious but just so you kind of understand what I’m getting at here haha. I have tried other CSS and it just doesnt seem to work?

    Thanks for helping 🙂

    Hi @kristinainnemee,

    The way to show a text like that is adding a <br> element at each end-of-line.

    The dog went to the store by himself and<br> the store manager gave him some much<br> needed lip balm

    But I’m almost sure this is not what you are talking about! In order to give you a CSS code, I need to see the container or other elements from the HTML and that can only happen by inspecting it. Maybe if you upload your site to a temp domain I can check it very quickly.

    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

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

The topic ‘Changing margins!’ is closed to new replies.