What to I need to delete in my css?
-
Topic
-
In a continuation of a conversion from the other support site, I was asking how I get the background of my .article-wrap to look like notebook paper. I am almost there … But I need to “fix” one section and cannot figure out how. Firebug is not giving me any hints and/or I am not sure of the css syntax to make it happen.
I have cut my custom.css down to nothing except the notebook paper …
This gets me ‘almost’ there …
.article-wrap { padding: 37px 55px 27px; position: relative; border: 1px solid #B5B5B5; background: white; background: -webkit-linear-gradient(top, #DFE8EC 0%, white 8%) 0 57px; background: -moz-linear-gradient(top, #DFE8EC 0%, white 8%) 0 57px; background: linear-gradient(top, #DFE8EC 0%, white 8%) 0 57px; -webkit-background-size: 100% 30px; -moz-background-size: 100% 30px; -ms-background-size: 100% 30px; background-size: 100% 30px; } .article-wrap::before { content:""; z-index:-1; margin:0 1px; width:706px; height:10px; position:absolute; bottom:-3px; left:0; background:white; border:1px solid #B5B5B5;} .article-wrap::after { content:''; position:absolute; width:0px; top:0; left:39px; bottom:0; border-left:1px solid #F8D3D3;}
Any ideas on how to delete/alter that final element and line the text up?
Thanks a million!!!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.