Couple of small questions regarding band layout |
Couple of small questions regarding band layout |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 76 Joined: Dec 2008 Member No: 703,593 ![]() |
Hey guys;
I have 2 simple questions. 1. if you look on the layout below, you'll see that where it says "sleep now sivylla..subscribe to this blog" overlaps the music box. My question is, is there any way to put "subscribe to this blog" below "Sleep Now Sivylla [NEW EVERYTHING NOW!]'s Latest Blog Entry"....Also, is there any way to add more space between each blog entry, and can I underline them as well? Also, Is there a code to help me align the right column "shows, bio, videos, etc" to directly underneath the music player? the layout is http://myspace.com/sleepnowsivylla and I cant get to the code right now, But I used TJ's codes for everything I'm asking about. Thanks guys!!!! |
|
|
![]() |
![]()
Post
#2
|
|
![]() Creative Developer ![]() ![]() ![]() ![]() Group: Member Posts: 116 Joined: Jan 2009 Member No: 712,281 ![]() |
replace this code for moving the blogs:
CODE <style> .latestBlogEntry {position:absolute; top:1563px; left:50%; margin-left:-400px; z-index:9; background:none;} </style> with this one: CODE <style> .latestBlogEntry { position:absolute; top:1563px; margin-left: -400px; left:50%; width: 335px; background-color: transparent; z-index: 9; } table .latestBlogEntry { width:335px!important; }</style> that solves the blog overlapping the player problem. this should move the shows and and bio to underneath the player: CODE <style> table table td.text {padding-left:37px!important;} table table td.text div {padding:0px;} </style> |
|
|
![]() ![]() |