News:

Wondering if this will always be free?  See why free is better.

Main Menu

Orangeline

Started by Crip, March 31, 2008, 06:55:37 PM

Previous topic - Next topic

chickenout

Quote from: Crip on March 23, 2011, 04:54:42 PM
Avatar's shouldn't be Larger than the Header...

They aren't.  You mean if the avatar size fits within the header height, it would automatically show up?

Crip

I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

ameryd7

Great looking theme..    Hey I'd really like for you to make a theme for me.  Could you PM me if you are available to make themes?

Deaks

~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

rocknroller

nice and clean theme, :)

Crip

I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

Crip

there is a new updated Zip.
I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

Fred Biles

I upgraded to SMF 2.0 and used the Orangeline theme.

I substituted our logo, moved it to the right, and moved #my-avatar and #userarea to the right.

Everything looks good but News is not showing up; probably being hidden by the Logo.
How would I, in the #news section of index.css, force the news to go under the logo and above the menu buttons?

Crip

css/index.css ==
  • Look for #news{ }; and adjust top / left until i fits where you want.
I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

Fred Biles

Quote from: Crip on June 23, 2011, 06:57:06 AM
css/index.css ==
  • Look for #news{ }; and adjust top / left until i fits where you want.
Problem: Forum Logo covering news.

In #news, the default is 'position: absolute;'       Does that stay the same?

For top, the default is 'top: 9em;' if I understand you, you're saying to change that line, trying maybe 11em, 13em, etc. until I see the text?

BTW, is there a maximum height and width for a forum logo that should not be exceeded?

Crip

postion: absolute; Stays as is -- yes top:  -- prolly logo shouldn't be larger than the Header.
I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

Fred Biles

Quote from: Crip on June 23, 2011, 07:45:51 PM
postion: absolute; Stays as is -- yes top:  -- prolly logo shouldn't be larger than the Header.

thanks, increasing the from top number it was still obscured (partially), but then reducing the height of the logo too did work.

Fred Biles

I want to be able to increase the page width to fit more buttons on the main menu.

Before SMF 2, this code used to be in style.css

#wrapper {
    width: 82%;
    min-width: 720px;
    margin: 0 auto;
    padding: 0;

I don't see #wrapper with a width:   section in index.css
I only see div#wrapper  with no width below it (only margin: 0 auto;)

For SMF 2.0, how do I set width to maximum in index.css ?

Also, if increasing the width to maximum still doesn't let all my buttons fit, can the width of the buttons themselves be reduced (to say 75% of current width)?

Crip

Admin>>Config>>Current Theme ../just as Curve default ..
I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

Fred Biles

Ok, I found that by changing

div#wrapper
{
   margin: 0 auto;
   

to

div#wrapper
{

   margin: 0 auto;
   min-width: 1000px;
   max-width: 2300px;

in Orangeline's index.css gave me an almost full sized window. There is only a little border on each side. I still would like to know though if it is possible to reduce the width of the buttons themselves by a certain percentage (in Orangeline).

Crip

I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

Fred Biles

I don't see how looking at the demo answers my question, but that's ok. My question is really a generic one and I'll try asking it in another support thread.

Crip

Quote from: Fred Biles on June 27, 2011, 10:53:28 AM
I don't see how looking at the demo answers my question, but that's ok. My question is really a generic one and I'll try asking it in another support thread.

It shows you how / where to adjust theme Width..
I have become comfortably numb!


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



TOTM Winner. | Demo Site1on1 Theme Support

Fred Biles

Quote from: Crip on June 27, 2011, 03:04:08 PM
Quote from: Fred Biles on June 27, 2011, 10:53:28 AM
I don't see how looking at the demo answers my question, but that's ok. My question is really a generic one and I'll try asking it in another support thread.

It shows you how / where to adjust theme Width..

I saw where you could adjust the width from within the admin panel too. I still wanted to know if it was possible, aside from screen width, to adjust the menu button(s) size width too.

MrGrumpy

In index.css

#sfmenu li a {
display: block;
line-height: 45px;
padding: 0 16px;
color: #7B7B7B;
text-shadow: 0 1px 0 whiteSmoke;
font-size: 11px;
}


Adjust the 16px padding to reduce the width of the buttons.
the possession of knowledge is worthless unless imparted upon others
My Custom Themes
2.0 themes only - I don't do 1.1.x

Advertisement: