Change CSS for Single Page
-
Hey everyone, please I am in desperate need of some help. So I would like to remove the padding inside the entry-content but only for one page.
I am using google chrome and this is the exact line of code I need to change
entry-content{overflow:visible;padding:0 20px;border-top:3px double #e5e5e5}
all I want to do is change the 20px to zero for 1 page only.
I added this to CSS file but no luck
.page-id-991.entry-content{overflow:visible;padding:0 0px;border-top:3px double #e5e5e5}
Please can anyone help?
- The topic ‘Change CSS for Single Page’ is closed to new replies.