maxpayne13
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change CSS for Single Pagesure here is the specific page too
https://216.172.171.18/~carranza/test3/?page_id=991
I basically placed an excel table inside the post and when I change the padding it fills in the entire space. Let em know what you think, I can send you the CSS.ctyle file too if you think that will help. Thankyou ??
Forum: Themes and Templates
In reply to: Change CSS for Single Pageno it did not work, this is how it looks in the file when I added it.
#sidebar-video .byline{margin:0 0 20px 0;padding:0;font-size:10px;line-height:20px;color:#777}#page-id-991 .entry-content{overflow:visible;padding:0 0px;border-top:3px double #e5e5e5}
Forum: Themes and Templates
In reply to: Change CSS for Single PageI will know in about 3 hours, I will try to ad this specifically
#page-id-991. entry-content{overflow:visible;padding:0 0px;border-top:3px double #e5e5e5}
but not optimistic because i think I tried it before lol
Forum: Themes and Templates
In reply to: Change CSS for Single Pagehey, I am using google chrome inspection tool not firebug but trust me its def the right CSS rule. I know because after I located it I went into the CSS.style file opened, found the rule and edited the 20px to 0px and it worked but it applied it to every page. I only wanted for it to apply to a single page.
also I’m fairly new to WP ??
Forum: Themes and Templates
In reply to: Change CSS for Single Pageyou are right its not a class, I haven’t tried with a space though. Will try it soon.
Forum: Themes and Templates
In reply to: Change CSS for Single Pagehey WPyogi,
I actually already tried this as well
#page-id-991.entry-content{overflow:visible;padding:0 0px;border-top:3px double #e5e5e5}
again I added this to the very end of the line and did not edit the current rule
entry-content{overflow:visible;padding:0 20px;border-top:3px double #e5e5e5
Forum: Themes and Templates
In reply to: Change CSS for Single Pagehey thanks for your prompt reply, unfortunately that did not work. I will explain a bit further in more detail since I have your attention :). When I open the CSS file using notepad ++ I located this line
entry-content{overflow:visible;padding:0 20px;border-top:3px double #e5e5e5}
now I did not add the page number to this line or change the padding because I still want this rule to apply to all other pages, so what I did was scroll to the very end of the file (to the right in notepad++) and added this line
.page-id-991.entry-content{overflow:visible;padding:0 0px;border-top:3px double #e5e5e5}
I applied the space like you mentioned but still page 991 remained the same as others, the padding is still there. Not sure what to do, hopefully this makes sense.