SimplePortal

Customization => Themes and Graphics => Topic started by: shade3134 on June 25, 2010, 11:32:49 PM

Title: Increase space?
Post by: shade3134 on June 25, 2010, 11:32:49 PM
How to increase the distance between the right side blocks and the main index?
Title: Re: Increase space?
Post by: Nathaniel on June 25, 2010, 11:42:33 PM
Moved to the Themes and Graphics board.

Code: ("Find (Themes/default/portal.css)") [Select]
#sp_center
{
vertical-align: top;
width: 100%;
}

Code: ("Replace") [Select]
#sp_center
{
vertical-align: top;
width: 100%;
padding-right: 20px;
}

Set the '20' to a larger value if you want more padding, or visa-versa.
Title: Re: Increase space?
Post by: shade3134 on June 29, 2010, 09:44:36 PM
It didn't do anything. I'm trying to push these blocks away from the main index:

(http://img38.imageshack.us/img38/3519/helpwo.jpg)
Title: Re: Increase space?
Post by: shade3134 on July 01, 2010, 08:08:10 PM
Well I set the 20 higher and it didn't do anything.
Title: Re: Increase space?
Post by: Nathaniel on July 02, 2010, 09:42:41 PM
Okay, remove that edit and make the edit below.

Code: ("Find (Themes/default/portal.css)") [Select]
#sp_right
{
vertical-align: top;
}

Code: ("Replace") [Select]
#sp_right
{
vertical-align: top;
padding-left: 20px;
}

Make sure that you clear your browser's cache after making that change (Ctrl+F5 for firefox).
Title: Re: Increase space?
Post by: shade3134 on July 05, 2010, 06:52:17 AM
It's still not moving it. I just want to move those right side blocks away from the main block a little. I've tried changing the 20px to 90px just to see if there was a difference and either does nothing.
Title: Re: Increase space?
Post by: shade3134 on July 05, 2010, 10:17:11 PM
I updated my profile to say SMF 2.0 if that makes a difference on the instructions you gave me earlier.
Title: Re: Increase space?
Post by: Nathaniel on July 06, 2010, 09:54:40 PM
That edit should (and does on my local test installations) work perfectly for SP 2.3.2 with SMF 1.1.x or SMF 2 RC3. I suspect that your custom theme may be causing the issue.

Does your custom theme have its own portal.css file? Try editing that file instead.

Also, for SMF2, the correct filepath is 'Themes/default/css/portal.css'.
Title: Re: Increase space?
Post by: shade3134 on August 06, 2010, 07:34:55 PM
Thanks Nathaniel, it worked. But how would I move it to the right (instead of always shifting left nomatter what numbers I put in)?

(http://img822.imageshack.us/img822/8996/helpyt.jpg)

I'm trying to push it towards the wrapper (away from the index).
Title: Re: Increase space?
Post by: AngelinaBelle on August 10, 2010, 07:27:00 PM
Code: [Select]
padding-left: 20px;
SimplePortal 2.3.8 © 2008-2024, SimplePortal