So I just wanted to do a few little things but with the code I'm using now I'm concerned about messing up the rest of it.
If there is something I can change or add to accomplish the following it'd be great~
Larger pet headshots: right now they are a small bar rather than a square shape
Larger human Avatar and Basic Info: I would love to have the human avatar and the Basic Info boxes be a little bit bigger, is there anyway I can do that?
Hide the 'Code' Section: I have to leave it on the profile in order for the code to be applied but I really want to make it invisible if possible, is there a way to do that?
Currently this is my code base:
[tot=Lafayette] [Item=Pumpkin on the Vine]
[-song] first question: remove .avatar_head {height:30px!important;} from the code. if you want to remove the rounded edges, just erase the "height" portion and add in border-radius: 0;
second: i'm assuming you want to make the boxes wider? if so, change the "width" to your desired px in this portion of the code: , , {width:250px!important;. this affects the width for all columns though. let me know if you wanted something else specifically?
as for your third question, ahh that's a good one i never really thought about. not the prettiest but this should work.
li#column3_8300657 {visibility: hidden;}
li#column3_8300657 a {visibility: visible;}
li#column2_8298872 a:first-child:before {content: 'edit code'; pointer-events: none;}