Hiya! Right now, my pets go ALLLLLL down the page in a big single-file list. Is there a simple bit of code that might get them to line up side by side, like in rows of 4, perhaps?
Hey! The way I would do this is with Flexbox! You could either set it up as a Blank section rather than a Pets section, or you could simply adjust the existing one. Try this--
tbody{
display:flex;
flex-flow:row wrap;}
It can be further customized from here if you like, but this may get you on the right track. : )
(Also! I've told you this before, but I love Gorf. :D )
[box=#509b91]
[/box]You are awesome! Thank you so much! Gorf thanks you also :)