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/
I have to login to require access. D:
archive:
site:
Available for skin/mod commission! π
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.