News:

Keeping Crip's dream alive is our mission! :)

 

Recent Topics

Members
Stats
  • Total Posts: 10,782
  • Total Topics: 1,380
  • Online today: 182
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 1
Guests: 19
Total: 20

Flagrant?

Started by MaJaeg, Dec 28, 11, 08:40:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MaJaeg

Hi. Sorry about that. I've just made it 777

Crip

Ok , i will be there in a bit to do as you ask. ;)
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

MaJaeg

Cheers, thanks  O0

Crip

Bro'
i removed all but the logo .. anything else?
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

MaJaeg

Hey - thanks a lot!

Just wanted to ask - is it a simple enough job to replace the "flagrant" logo with my own and then align it in the centre of the heaqder area? If so, which file do I need to edit?

Cheers again.

MaJaeg

index.css
/* Logos Banner. */
#logo {
position: absolute;
top: 3px;
right: 25px;
display: block;
width: 164px;
height: 67px;
background: url(../images/img/logo.png) no-repeat;


I'm guessing (please correct me if I'm wrong) that I change the height and width to match my own logo, change the position to "center" (?), remove the "right" and "top" attributes, and then change "logo.png" to my own image? Thanks.

Crip

Easy =>

css/index.css Find:
/* Logos Banner. */
#logo {
position: absolute;
top: 3px;  <==Adjust==>
right: 25px;  <==Adjust==>
display: block;
width: 164px;  <==Your image Width Here==>
height: 67px;  <==Your image Height Here==>
background: url(../images/img/logo.png) no-repeat;
}


..add your image in the ../img/ Folder .. then add the exact Width'' & Height'' in the above code.. √√
-----
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

MaJaeg

Cool, thanks. I've got one more question:

I changed the right/top numbers so that on my 1920wide monitor the logo lines up in the middle. However I noticed that if the page isn't maximised and the window is reduced, the logo moves over to the left away from it's middle position (and eventually to the very edge of the screen).

Also when viewing the page with my laptop (1300wide), again the image sits to the left of center. Have I done something wrong?

Crip

Screen-Resolution does plays a big role , best thing is Set it & forget it..
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

MaJaeg

Okay, thanks. As an alternative - is it instead possible for me to insert a banner (center-aligned), underneath the Navigation bar but above all of the boards and the Forum/board links (in the case of your forum, above where is says "Cripzone > Forum > Theme Support > etc"). Is there somewhere in one of the CSS files I could edit to do this?