surfuh asked: hi! i was wondering if you knew how to add more space between my pictures? where should i look in my html? thanks!!
find entry { in your html then it should say “margin: ___px;” and just change the amount of px
surfuh asked: hi! i was wondering if you knew how to add more space between my pictures? where should i look in my html? thanks!!
find entry { in your html then it should say “margin: ___px;” and just change the amount of px
daisyscen-t asked: how do you sort out the stats/music box? i can't figure it out x
its below where you customize the colors and stuff :)
ya it’s nothing hard like not some shit html it’s really simple
- go to customize page
- go to the codes
- find #tumblr_controls and add : position:fixed !important;-webkit-filter: invert(100%) ;
- if you don’t have it in your code paste this after <style type=”text/css”> :
#tumblr_controls{
position:fixed !important;
-webkit-filter: invert(100%)
}