kzkomputers
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to change site title color ?I dont see that in my header am i suppose to add that code to ther
Forum: Themes and Templates
In reply to: How to change site title color ?anyone ?
Forum: Themes and Templates
In reply to: How to change site title color ?wait so where do i find this ? in page template.php or ?
Forum: Themes and Templates
In reply to: Ads display in different areas depending on resolutioni figured it out thanks for the help
Forum: Themes and Templates
In reply to: Ads display in different areas depending on resolutionso this is my header in the style.css
/*HEADER*/
#header{ float:left; width:100%;}
#logo{ margin-top:40px; float:left;}
#logo a{ color:#424242; text-decoration:none; font-size:40px; float:left;}
#logo a img{ border:none; float:left;}
#logo .text_logo{ display:block; padding-top:20px;}
#logo .desc{ width:auto; float:left; padding-top:10px;}what do i replace ? the first #header{ float:left; width:100%;} with #header { position: relative; } ?
Forum: Themes and Templates
In reply to: Ads display in different areas depending on resolutionok well this is my code right now in header.php
<div style=”width:400px; height:100px; position:absolute; left:37%; margin-top:70px”><script type=”text/javascript”><!–
google_ad_client = “ca-pub-7004674886429240”;
/* lead */
google_ad_slot = “8298540578”;
google_ad_width = 728;
google_ad_height = 90;
//–>
</script>
<script type=”text/javascript”
src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script></div>thats the ad code that i use now in order to have in centered and aligned where i want it. Now you said to go to style.css and add that code you mentioned. Then replace the script with this <div id=”header”>
<div style=”position:absolute;right:0;top:50px;”> Would the ad be centered or how would i align it then ?Sorry for dumb questions but i just started to learn this.
Forum: Themes and Templates
In reply to: how to align my head banner adoh and for a facebook like button can i put in the iframe code ? or does it have to be the html one ? because i dont want it to be in a sidebar widget but on the page itself.
Forum: Plugins
In reply to: how to publicize my posts ??well that facebook connect is pretty complicated, maybe cuz im new and dont know how to use it. Is there anything like publicize what the wordpress.com has ? That was really easy to use.
Forum: Themes and Templates
In reply to: how to align my head banner ada okay. Il try putting a code in there and see how it shows up. Also is there any specific place i need to put the code like after <body> i think correct ?
Forum: Themes and Templates
In reply to: how to align my head banner adalso got another question. If you visit my site on the bottom there is extra space because the categories go down far, and the post squares stay in place.
What php do i have to enter to add something to that space ? would it be the index php or page php ?
Forum: Themes and Templates
In reply to: how to align my head banner adthanks man. This other guy gave me a code as well but i couldnt find out why i cant move my ad down. Now i see that margin-top: is what i was missing. I had margin-left:
Thank you very much