• Hi I’m trying to narrow the content area of my site. What I want to do is narrow the white area on the page and make the grey area on the sides wider. Here is my site so you can see what I’m trying to do with it: https://stopmytriggerfoods.com/

    This is for a landing page. Have been trying to solve this over the last couple of days.

    Thank you for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi dmr440.

    Just to be sure to have understood… Which is exactly the problem? The text go outside of the borders when you narrow the <div id=”page”> element? Or you do not know how to narrow it?

    Hava a nice day.

    Thread Starter dmr440

    (@dmr440)

    Hi thank you for your reply. If you open my website and this link here: https://www.endbingeeatingnow.com/ you will notice that the white area (where the content is written) is narrower than my page https://stopmytriggerfoods.com/

    so yea I want to narrow the overall white box with the text inside. Does that make sense?

    in the custom styles, add something like:

    .site { max-width: 400px; }

    adjust the width to your needs, and remove the width: 1000px; from the .home h1 style…

    Thread Starter dmr440

    (@dmr440)

    Brilliant thanks again for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Narrow content area’ is closed to new replies.