I need some coding help, please. I want the pet image, species/color and owner info to be in the middle of Joffrey's profile, so it does look just like this: [X].
Any help would be appreciated :)
Find
, , , , , , , .pet_age_info_date, .pet_wco_info_date, h2, a, , , , .pet_name {display: none; }
Change to
, , , , , , , .pet_age_info_date, .pet_wco_info_date, h2, a, , {display: none; }
Add
.pet_name {position: absolute; left: 400px; top: 300px;}
{position: absolute; left: 200px; top: 200px;}
then find those
.owner {position: absolute; left: 657px; top: 216px;}
.pet_color_info {position: absolute; left: 197px; top: 216px;}
change numbers in px in all four until satisfied with placement
Thank you so, so very much for your quick help ❤ It worked perfectly fine^_^
No problem, anytime c: