[Solved] Need help ...
 
Notifications
Clear all

[Solved] Need help putting in spacing between boxes in profile area

3 Posts
2 Users
0 Reactions
1,347 Views
(@cadkitten)
Posts: 9
Active Member
Topic starter
 

http://www.cadkitten.com/eFiction33/viewuser.php?uid=1

This theme is simply a slight modification of the Elegance theme, nothing more.

As you can see, the top box and the user info box are mushed together. What file do I need to edit in order to add a space between there so it's not all lumped together? If you have a suggestion as to what exactly to add, please do.

I'm not new to php or html, but CSS has always been the bane of my existence and my php is limited.

Thank you for your time.

PS
Here's the link to the folder with the theme in it, if that helps.
http://www.cadkitten.com/eFiction33/skins/DarkAvenger/


 
Posted : 13/09/2007 1:05 am
 Elle
(@jenny)
Posts: 594
Honorable Member
 

I have to login to require access. D:


archive: dramione.org
site: accio.nu

Available for skin/mod commission! πŸ™‚

 
Posted : 13/09/2007 5:12 am
(@cadkitten)
Posts: 9
Active Member
Topic starter
 

Solution is to change this portion of the style.css file.

/* This controls the look of the blocks on a few pages  */
/* The box around the block */
.block {
        margin: 0px 0px 15px 0px;

Change to

/* This controls the look of the blocks on a few pages  */
/* The box around the block */
.block {
        margin: 15px 0px 15px 0px;

Thank you, Jenny, for your help.


 
Posted : 13/09/2007 9:14 pm
Share: