Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/modules/wordads/css
File: style.css
/**
[0] Fix | Delete
HTML markup structure of an ad:
[1] Fix | Delete
[2] Fix | Delete
<div class="wpcnt">
[3] Fix | Delete
<div class="wpa [wpmrec|wpwidesky|wpleaderboard]">
[4] Fix | Delete
<a class="wpa-about" href="http://wordpress.com/about-these-ads/" rel="nofollow">
[5] Fix | Delete
About these ads
[6] Fix | Delete
</a>
[7] Fix | Delete
<div class="u">
[8] Fix | Delete
[ad unit here]
[9] Fix | Delete
</div>
[10] Fix | Delete
</div>
[11] Fix | Delete
</div>
[12] Fix | Delete
*/
[13] Fix | Delete
[14] Fix | Delete
/* outer container */
[15] Fix | Delete
.wpcnt {
[16] Fix | Delete
text-align: center;
[17] Fix | Delete
line-height: 2;
[18] Fix | Delete
}
[19] Fix | Delete
[20] Fix | Delete
/* inner container */
[21] Fix | Delete
.wpa {
[22] Fix | Delete
position: relative;
[23] Fix | Delete
overflow: hidden; /* this hides "about these ads" when there's no adfill */
[24] Fix | Delete
display: inline-block;
[25] Fix | Delete
max-width: 100%; /* important! this bit of CSS will *crop* any ad that's larger than the parent container! */
[26] Fix | Delete
}
[27] Fix | Delete
[28] Fix | Delete
/* about these ads */
[29] Fix | Delete
.wpa-about {
[30] Fix | Delete
position: absolute;
[31] Fix | Delete
top: 5px;
[32] Fix | Delete
left: 0;
[33] Fix | Delete
right: 0;
[34] Fix | Delete
display: block;
[35] Fix | Delete
margin-top: 0;
[36] Fix | Delete
color: #888;
[37] Fix | Delete
font: 10px/1 "Open Sans", Arial, sans-serif !important;
[38] Fix | Delete
text-align: left !important;
[39] Fix | Delete
text-decoration: none !important;
[40] Fix | Delete
opacity: 0.85;
[41] Fix | Delete
border-bottom: none !important; /* some themes ad dotted underlines, that won't look nice */
[42] Fix | Delete
box-shadow: none !important;
[43] Fix | Delete
}
[44] Fix | Delete
[45] Fix | Delete
/* ad unit wrapper */
[46] Fix | Delete
.wpa .u > div { /* @todo: deprecate wpdvert */
[47] Fix | Delete
display: block;
[48] Fix | Delete
margin-top: 5px; /* this makes "about these ads" visible */
[49] Fix | Delete
margin-bottom: 1em; /* every ad should have a little space below it */
[50] Fix | Delete
}
[51] Fix | Delete
[52] Fix | Delete
div.wpa > div {
[53] Fix | Delete
margin-top: 20px;
[54] Fix | Delete
}
[55] Fix | Delete
[56] Fix | Delete
.wpa .u .adsbygoogle {
[57] Fix | Delete
display: block;
[58] Fix | Delete
margin-top: 17px; /* this makes "about these ads" visible */
[59] Fix | Delete
margin-bottom: 1em; /* every ad should have a little space below it */
[60] Fix | Delete
background-color: transparent;
[61] Fix | Delete
}
[62] Fix | Delete
[63] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function