News:

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

Main Menu

Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 310
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 716
Total: 716

help with adding a mod.

Started by Sispro, Jan 07, 11, 12:25:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sispro

I have notice something about this theme I really love it but maybe this is some of my problem.

in the admin page under Theme Setting

there is nothing showing like the other themes on there that show

Under Theme Options and Preferences

1. Logo image URL: [ it is not there at all]

2. Site slogan: [it is not there at all]

3. Forum width: [ it is not there at all]

but on all my other theme when i set them and then go to the page it shows this stuff has this been removed in this theme or what.

sorry for being a pain in the ass

Crip

Why have it there if it doesn't do anything? ...
==>  "(Settings.template.Php)" = controls these theme functions ..
  • most my themes are like this , all the above u mentioned are controlled in your css/index.css ...
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.

willemjan

To make your forum wider, look in index.css for wrapper. It has an width defined. Change that to 90%, and you should be fine ;)

Sispro

thank you for this info i just won't know if i didn't ask.

now how do i fit all the links to the top bar at the top of the page.

i want like my bookmarks and logout and there is one more they aren't at the top well they are but right below the bar how do i change the size so all of them will be in one row.

Crip

make your theme 100% Width .. they should all fit then
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.

willemjan

Or change the padding of the menu. I can't give you the coding for that before I see the index.css.

Sispro

here is my index.css

[attachment deleted by admin]

willemjan

Find (nearly at bottom):

#topnav li a {
display: block;
line-height: 46px;
padding: 0 16px;
color: #FFF;
font-size: 12px;
}


Change into:

#topnav li a {
display: block;
line-height: 46px;
padding: 0 12px;    /*<==Change here==>*/
color: #FFF;
font-size: 12px;
}


Now I think 12px will be enough, but if it isn't, make it 10 or less ;). Also find out what looks good. To low, will make it look crowded.

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.