Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: shade3134 on June 24, 2010, 12:53:37 AM

Title: Increase the margin on text
Post by: shade3134 on June 24, 2010, 12:53:37 AM
I'm trying to move the text a little over to the right:

(http://img36.imageshack.us/img36/2899/helpuh.jpg)

I want it to fit inside my curved index header. How do I do this? I am using 2.0 RC3
Title: Re: Increase the margin on text
Post by: rngrdanny22 on June 24, 2010, 02:29:21 PM
See if you can find this code (or one similar) in the index.css file:

table.table_list a.unreadlink, table.table_list a.collapse
{
   float: right;
}


change to this:

table.table_list a.unreadlink, table.table_list a.collapse
{
   float: right;
   margin-right: -20px;
}





Let me know if this works!
Title: Re: Increase the margin on text
Post by: kat on June 24, 2010, 04:16:07 PM
How on earth did you know which text he meant? ;)
Title: Re: Increase the margin on text
Post by: shade3134 on June 24, 2010, 06:10:31 PM
Haha I meant the text that's inside the index header. See how it's chipping through the curve? How do I shift that over to the right some?
Title: Re: Increase the margin on text
Post by: shade3134 on June 24, 2010, 11:23:49 PM
Unfortunately the code he gave me didn't work. I'm trying to make all the text that's outside of the columns fit back in.

(http://img339.imageshack.us/img339/7643/helpwa.jpg)
Title: Re: Increase the margin on text
Post by: shade3134 on June 25, 2010, 12:55:27 AM
Also, without making another thread to ask this, how do I delete the topics and post bar in the main index but leave them there in the subforum?
Title: Re: Increase the margin on text
Post by: shade3134 on June 25, 2010, 02:31:22 AM
I mean topic/post category  columns in the main index but leave them there in the subforum.
Title: Re: Increase the margin on text
Post by: kat on June 25, 2010, 08:29:44 AM
Quote from: shade3134 on June 24, 2010, 06:10:31 PM
Haha I meant the text that's inside the index header. See how it's chipping through the curve? How do I shift that over to the right some?


Where you put the forum title, in Admin>Server Settings, what happens if you just add a space, or twenty, in front of "So Far Home"?
Title: Re: Increase the margin on text
Post by: shade3134 on June 25, 2010, 09:05:05 AM
I'm referring to the part with the names inside each index header like "Drake". Even then, the spacing trick doesn't work.  :-\

Title: Re: Increase the margin on text
Post by: kat on June 25, 2010, 01:36:44 PM
Any mods installed?
Title: Re: Increase the margin on text
Post by: rngrdanny22 on June 25, 2010, 02:18:01 PM
Ah, I thought you were referring to the "Unread Posts" text at the right of your category rows.
Title: Re: Increase the margin on text
Post by: shade3134 on June 25, 2010, 05:25:02 PM
No mods installed and how do I move the opposing side text?
Title: Re: Increase the margin on text
Post by: kat on June 26, 2010, 04:32:31 AM
opposing side text?
Title: Re: Increase the margin on text
Post by: shade3134 on June 26, 2010, 05:32:43 AM
The "Unread post", but that's fixed. I'm trying to figure out how to make the the borders of every column thinner now. "Crunch" it together...if that remotely makes any sense. Hah
Title: Re: Increase the margin on text
Post by: Deaks on July 11, 2010, 04:06:41 PM
shade3134 do you still require help?
Title: Re: Increase the margin on text
Post by: Jokerâ„¢ on July 12, 2010, 04:43:05 AM
also , can you mark the things which you are trying to adjust in the screen shot so that it would be more easy to understand.