Home › Forums › Support › Element Spacing – Only one Page This topic has 8 replies, 2 voices, and was last updated 7 years, 4 months ago by Tom. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts November 12, 2015 at 2:49 pm #152538 pablo ho Hello Tom, The Element Spacing is a very usefull addon, but it modigy all Pages. How can I modify the Content margin of only one page? Thank you! Pablo November 12, 2015 at 10:49 pm #152591 TomLead Developer Lead Developer Hi Pablo, You’ll have to use CSS. Find the page ID of the page, and then add this CSS: .page-id-xx .inside-article { padding: 0px; } The xx being the ID of the page. Let me know if you need more info ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development November 13, 2015 at 5:10 am #152691 pablo ho Thank you Tom for the prompt reply. Sorry, here can I found the Page ID? This is the page: https://www.fullen-international.com/?preview=true&preview_id=13&preview_nonce=99a8a794cf Thank you again November 13, 2015 at 6:54 am #152708 pablo ho Hi Tom, I found the Page-id! I have modified the style.css from Worpress Editor like this, but nothing changed.. Im doing something wrong? Thank you November 13, 2015 at 10:05 am #152733 TomLead Developer Lead Developer Ah, looks like you’re using the one container option. Try this: .page-id-13 .site-content { padding: 0px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development November 13, 2015 at 10:42 am #152752 pablo ho mm.. the problem persist after replaced by: .page-id-13 .site-content { padding: 0px; } November 13, 2015 at 10:49 am #152756 TomLead Developer Lead Developer How about this?: .page-id-13.one-container .site-content { padding: 0px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development November 13, 2015 at 11:16 am #152779 pablo ho YES!!! Works now! Thank you Tom!! November 13, 2015 at 1:34 pm #152819 TomLead Developer Lead Developer No problem! Glad I could help ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In