CHANGE PAGE MARGINS

  • Unknown's avatar

    I wanted to know if it was possible to change the margins on the pages. I would like to make the margins 1inch on each side of the white page.

    Please advise.

    Thank you.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Are you talking about like on the Designers page?

  • Unknown's avatar

    Hi,

    It is for all pages and post pages (yes like on the designers page). Is there a way to standardize the margins so that they are all the same width with every space that includes text?

    Please advise.

    Thank you.

  • Unknown's avatar

    Full Frame is what is called a responsive width theme which works on everything from the largest desktop monitors all the way down to tablets and phones. The white area behind the content on Designers and on posts, such as, LE LOOK: TOM FORD SPRING 2014 HANDBAG COLLECTION have the same maximum width setting of 80% of the browser window width. The width is set as a percentage so that the content area will resize seamlessly for smaller devices. All padding and margins are the same for posts and pages (the white content area).

    The reasons that the Designer page looks like it has different padding and margins is that the text links in the far right column are shorter than the 25% width of that column you have set in your page HTML.

    I added a different color to each of your columns so that the widths and margins would be more apparent. Here is a screenshot.

  • Unknown's avatar

    Yes I am aware that it is well proportionate however I would like pages including posts (that don’t feature columns) to carry wider margins. Is it possible to change the % regardless of the responsive design?

  • Unknown's avatar

    Ah, ok, add the following which will give you an equivalent of about 1″ left and right margin on the content area.

    .entry-content {
        margin-left: 100px;
        margin-right: 100px;
    }
  • The topic ‘CHANGE PAGE MARGINS’ is closed to new replies.