Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1093341

    Trying to make some changes, but it doesn’t seems to work.
    Have 9 pages that I have to change the width, right now there is too much white on the left and right.

    I have put the page to 1/5 – 3/5 – 1/5 *but its still too wide
    Tried to put it to 1/6 – 4/6 – 1/6 but that doesn’t work.

    #1093351

    Hey Arjan1985,

    You would need the page ID itself and then use css to adjust the page margins.

    Best regards,
    Jordan Shannon

    #1093356

    Can you give me the CSS needed? (One of the ID’s is 480)

    I used:
    #top.page-id-480 {
    width: 90% !important;
    padding-left: 10%;
    }

    But it doest seems to work :(

    #1093545

    Hi,

    Please try to target the container element instead:

    .page-id-480 .container {
      Your CSS here. 
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.