News:

We have *Free* SMF 2.0 & 2.1 Themes for Download and Support!

 

Recent Topics

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

Levitate-Increase top margin for wider logo

Started by NCSurfer, Jul 07, 11, 09:38:04 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

NCSurfer

    SMF 2.0 | SMF © 2011, Simple Machines
    SimplePortal 2.3.3
    LEVITATE by Crip
     
At the top where Chainsmoke is with the red background image, I would like to make it wider. Could you please steer me to the part of the file and area of code this can be found?

Also, if I wanted to create an image that was the width of the forum and two seperate images to make up the left and right images kinda blend with the center image) that would go on to fill in any crazy resolution monitors. Where would I make those changes.

Thanks

NCSurfer


Crip

hey bro'
can you show me a link to it .. i forgot 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.

NCSurfer

Sorry here is the link and an image....I meant to do that in my first post.

http://www.chainsmokeracing.net/index.php?theme=13



Thanks

Crip

I think this is what you need..? .. using FF --
Add this in css/index.css


#header {
     height: 173px;
     overflow: hidden;
     position: relative;
}
#head-r {
     height: 173px;
}
#head-l {
   
}
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.

NCSurfer

#4
Hello Crip,

Thanks for the help. This is what I tried hoping to see a change.....


/*Size of header above navigation*/
#header {
     height: 250px;
     overflow: hidden;
     position: relative;
}
#head-r {
     height: 250px;
}
#head-l {
   
}

I put it into the area just above ../* the page navigation area */

This is what the image looks like before and after the change. As you can see I would like to make a little room for the search area as well as make the avatars of the members not run into the search area.



Thanks for the help.

Crip

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.

NCSurfer

Hello Crip,

Sorry for the misunderstanding.

I was attempting to move the menu, and the rest of the content, down about 75 pixels to allow for a larger area where the logo and user info will not crowd the search and menu. Then I was going to attmpt to move the SEARCH down and change the colors myself.

Sorry if I wasnt clear the first time out. But the code you had me try out didnt work. Maybe I didnt place it correctly.

Thanks Again,

NCSurfer

Crip

Can you show a shot of "how" you want it to look??
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.

NCSurfer

I will make one up Monday evening and post it up.

Thanks Crip

NCSurfer

#9
Sorry it took so long, work has been driving me crazy...... :crazy2:

Here is the image of what I was thinking of...The background image would be one whole image. And the space between the top of the image and where the boards/content start would be increased by a certain percent. Or to allow the image.



Thanks