Recent Topics

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

Theme Not Showing Right

Started by Sispro, Jan 12, 11, 10:33:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sispro

ok i know we have talk about this before, so i am starting this new thread here. so maybe can get a handle on this a little better

I am using smf division

the bar at the top does not display right

if i use my labtop all the links at the top like home to logout show in a line

but if i go to my desktop and which is a smaller screen then the bar at the top starts with home but the logout and other stuff is not in the bar no more it is below it and you can't see it right

how do i fix this so no matter what screen size a person is using that it auto adjust to the size they have.


Sispro

this is just a update i have down loaded your new theme called threads and it does the same thing

willemjan

And I did answer you back then...

Quote from: willemjan on Jan 10, 11, 08:16:57 AM
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.

Have you tried it?

Sispro

yes i put 10 in there like i said before my labtop screen is 1366 x 768 and the site shows the bar at the top right

now if i am on my desk top which is 1024 x 768 it don't show the bar right have of the links are under it.

willemjan

Yes, but with 10px the spaces between the menu items should be less... So that it does fit on that line...

Sispro

so far not bad just don't care for them being so close together lol

willemjan