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.
Hey Arjan1985,
You would need the page ID itself and then use css to adjust the page margins.
Best regards,
Jordan Shannon
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 :(