006. Blank Space

Dec 18, 2015 23:24

FINALLY. This layout has been done for weeks but as I told you in my update post, I was stuck with the header. After many failed attempts, I settled for this one. (Feel free to replace it with your own though!) I opted for a minimalist look and neutral colours so that it could match most pictures. I've also been trying to code the controlstrip by ( Read more... )

flexible squares, layout

Leave a comment

neen July 21 2017, 08:58:37 UTC
I always get notified when someone comments on my posts so don't worry about that. ;)

Sure! In the Sidebar section, look for this:

#sidebar_linklist a {
display: inline-block;
width: 44%;
border-left: 3px solid #fff;
}Replace inline-block with block, and delete both instructions width: 44%; and border-left: 3px solid #fff;.
In the same section, a few lines further on, look for this:

#sidebar_linklist.sbarbody li.sbaritem {display: inline;}Replace inline with block. And voilà!

Edit: your header is amazing btw!

Reply

wickdshy July 21 2017, 20:13:54 UTC
Thanks for the help! :)

Reply

neen July 21 2017, 21:26:14 UTC
Anytime. :)

Reply

wickdshy July 22 2017, 05:13:02 UTC
Edit: your header is amazing btw!

Thank you so much! ♥

Reply


Leave a comment

Up