toomanycatstofeed
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help remove white line in header in BootsrtapIt turns out I had to go in and remove this code from my header within my css themes (not FTP), which was not at all obvious:
<span class=”icon-bar”></span>
<span class=”icon-bar”></span>The result was that my white line disappeared, as I wished.
Thanks for your help!
Forum: Fixing WordPress
In reply to: Help remove white line in header in BootsrtapO.k. I see it there too in your example.
However, I am new to CSS so – my dumb question is this – where I don’t see it is in my list of CSS template sections on the right-hand side of my dashboard when I am in Appearance/editor in wordpress.is it supposed to be in the the min.css template?
or do I need to go to my host and open up a file on the server and make the change? Or am I comepletely looking in the wrong place?
The contents of my style.min template (not as long as it seems – it’s just jumbled up):
blockquote cite:before{content:'\2014 0A0';}blockquote cite{color:#FFFFFF;display:block;font-size:13px;line-height:18px;}figure{margin:0;}h1,h2,h3,h4,h5,h6,.clear{clear:both;}.assistive-text{clip:rect(0px,0px,0px,0px);position:absolute !important;}.container{margin-top:20px;}#page{background-color:#F9B7FF;padding:0px 0;}.page-header{margin:0 0 0px;}.entry-content{margin-bottom:0px;}#author-info,article.post,article.page{margin-bottom:0px;}.page-header,.entry-content{word-wrap:break-word;}.post-password-form legend{font-size:inherit;}.entry-attachment{margin-bottom:0px;}.entry-attachment figure{display:table;margin:0 auto;}#comment,.entry-content iframe,.entry-content embed{max-width:100%;}.commentlist>li{margin-bottom:0px;}.commentlist ul.children{margin:10px 0 20px;list-style:none;}#reply-title{position:relative;}#reply-title small{position:absolute;right:0;top:7px;}.the-bootstrap-image-meta dt,.the-bootstrap-image-meta dd{float:left;width:48%;}.thumbnail>img{width:100%;}.entry-content img,.comment-content img,.widget img{max-width:100%;}img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]{height:auto;}img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0;}#site-generator{float:right;font-family:Georgia,"Bitstream Charter",serif;font-style:italic;}#site-generator a{background:url("images/wordpress.png") no-repeat scroll left center transparent;color:#F9B7FF;display:inline-block;line-height:16px;padding-left:20px;text-decoration:none;}table .label{background-color:transparent;border-radius:none;color:inherit;font-size:inherit;text-transform:inherit;}#comment,.thumbnail{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}.label .post-edit-link,.label .comment-edit-link{color:#FFF;}.navbar .btn,.navbar .btn-group{margin:5px;}.pagination span{background-color:#F9B7FF;border:0px;border-left-width:0;color:#F9B7FF;cursor:default;float:left;line-height:34px;padding:14 0px;}.pagination span.dots,.pagination a{background-color:#F9B7FF;}.pagination li:first-child span{border-left-width:0px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}.alignnone{margin:5px 20px 20px 0;}.aligncenter,div.aligncenter{display:block;margin:0 auto 20px;}.alignright{float:right;margin:0 0 20px 20px;}.alignleft{float:left;margin:0 20px 20px 0;}a img.alignright{margin:5px 0 20px 20px;}a img.alignnone{margin:5px 20px 20px 0;}a img.alignleft{margin:5px 20px 20px 0;}.wp-caption{max-width:100%;}.wp-caption .wp-caption-text,.gallery-caption,.entry-caption{padding:0 9px 9px;text-align:center;}.wp-caption .wp-caption-text{padding-top:9px;}.wp-caption.alignnone{margin:5px 20px 20px 0;}.wp-caption.alignleft{margin:5px 20px 20px 0;}.wp-caption.alignright{margin:5px 0 20px 20px;}.wp-caption.aligncenter{text-align:center;}.sticky{}.bypostauthor{}@media(max-width:480px){.container{width:auto;padding:0 5px;}}@media(max-width:768px){#site-generator{float:none;margin-top:5px;}textarea[class*="span"]{height:auto;}@media(min-width:1200px){#page{margin-right:-30px;}.wp-caption{display:table;}}
Forum: Fixing WordPress
In reply to: Help remove white line in header in BootsrtapHi,
Thanks but I don’t have that line in my code at all!
In fact I don’t have anything that looks as clear as:.page-header{padding-bottom
in either the style code or the min.style code