inherit
221104
0
Feb 17, 2018 21:50:59 GMT -8
Assassin #1
80
May 2015
assassin1
|
Post by Assassin #1 on May 15, 2015 12:10:32 GMT -8
the spacing of items place into the global header and footer. I have ad sense and the ads I have been able to center. I know there must be a way to nudge an item up or down to harmonize the visual flow of everything. My forum is 4strokeassassins.com. You'll easily notice the spacing that's got me here asking this.
Thank you in advance.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 15, 2015 12:25:01 GMT -8
the spacing of items place into the global header and footer. I have ad sense and the ads I have been able to center. I know there must be a way to nudge an item up or down to harmonize the visual flow of everything. My forum is 4strokeassassins.com. You'll easily notice the spacing that's got me here asking this. Thank you in advance. If you simply want a small space below that ad, you can just add a break below it. <*br*> (Remove the * on either side, had to put them there so it would show up.)
Also, I see a div for the ad but i'm not sure if that part is in your header that you can edit or if that is generated from google. But if you can edit it you'd add the blue:
<div id="google_image_div" style="width: 970px; height: 90px;margin-bottom:4px; overflow: hidden; position: absolute;">
If you can't see it then you could use their id in your style sheet: (at the bottom)
#google_image_div{margin_bottom:4px; }
|
|
inherit
221104
0
Feb 17, 2018 21:50:59 GMT -8
Assassin #1
80
May 2015
assassin1
|
Post by Assassin #1 on May 15, 2015 12:41:39 GMT -8
Give me 12 minutes and I'll be reporting back to you my findings tumbleweed. I know that margin bottom isn't there cause I've been through every square inch of my forum and coding multiple times. 12 min starting now.....
|
|
inherit
221104
0
Feb 17, 2018 21:50:59 GMT -8
Assassin #1
80
May 2015
assassin1
|
Post by Assassin #1 on May 15, 2015 13:07:41 GMT -8
Ok I know I ran over but got stuck tweaking the global header to damn near perfect using ";margin-bottom:11px;" Part 1 done (this is gonna have a couple different parts to it)
The footer. I have a gap between my paypal donate button and "users online last 24 hours" box. How can I reduce that gap?
|
|
inherit
221104
0
Feb 17, 2018 21:50:59 GMT -8
Assassin #1
80
May 2015
assassin1
|
Post by Assassin #1 on May 15, 2015 14:28:23 GMT -8
Well I was in there tweaking things and the only thing I could not figure out was...
The footer. I have a gap between my paypal donate button and "users online last 24 hours" box. How can I reduce that gap??
It will not let me delete either of the two <br></br> breaks to suck up half of the gap there.
And How do I permanently change the color of the font above the paypal donate logo??
Changing the color I was able to do BUT it doesn't stick. I hit refresh and it goes back to white font.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 15, 2015 21:55:01 GMT -8
Well I was in there tweaking things and the only thing I could not figure out was... The footer. I have a gap between my paypal donate button and "users online last 24 hours" box. How can I reduce that gap?? It will not let me delete either of the two <br></br> breaks to suck up half of the gap there. And How do I permanently change the color of the font above the paypal donate logo?? Changing the color I was able to do BUT it doesn't stick. I hit refresh and it goes back to white font. I'm seeing green for that text (4 Stroke Assassins) so I'm assuming you got that fixed. You have a class .brand for that text. You can use a negative margin for both top and bottom either by adding the style directly to your div with the text or to your style sheet.
Add to divide: <div class="brand" style="margin-top:-2px;margin-bottom:-2px;">4 STROKE ASSASSINS</div>
or style sheet:
.brand{margin-top:-2px;margin-bottom:-2px;}
|
|
inherit
221104
0
Feb 17, 2018 21:50:59 GMT -8
Assassin #1
80
May 2015
assassin1
|
Post by Assassin #1 on May 16, 2015 0:02:31 GMT -8
I finally got it all. This is new to me doing codeing. This is the deepest in codeing ever. It just like learning to speak a new language and I've put it off forever. I pick up stuff quickly or usually figure it out eventually. I was calling everybody today lol
You are always a helping hand tumbleweed. thanks. you'll be seeing me here I have no doubt.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 16, 2015 1:06:51 GMT -8
I finally got it all. This is new to me doing codeing. This is the deepest in codeing ever. It just like learning to speak a new language and I've put it off forever. I pick up stuff quickly or usually figure it out eventually. I was calling everybody today lol You are always a helping hand tumbleweed. thanks. you'll be seeing me here I have no doubt. Your welcome, Assassin. And that's what we are here for to help so come back any time.
|
|