Replies

Aug 31, 2016 9 years ago
Kenda
is a survivor
User Avatar

I had a pet profile done a while back and tried to contact the original creator to see if they could edit it, but I have not heard back from them for some time now. Not looking for anything big just the addition of a background to the minion section (like I have for the story and treasure). The making of the minion section wider so the text can take up fewer lines, and the changing of the font for the titles. This is for my pet Solmire. I am willing to pay for your time and work with Sp or CSC or a combination of both.

Thank you!

. . .

Sep 2, 2016 9 years ago
qvarr
has a sweet tooth
User Avatar

Add this to your code:

{ height: 100px; width: 250px; margin-top: 10px; border-radius: 23px; border: 1px solid ; }

For the font titles, like Treasure, Garden of Lost Toys, and your pet name, they are part of the background image, so they cannot be removed unless you change your background.


Art Blog: Tumblr

DeviantART
main // chibi

Sep 3, 2016 9 years ago
Kenda
is a survivor
User Avatar

Thank you so much. Is there anyway that you could make it so the minion is is centered under the pet photo and also it it possible to make the font stand out more?

. . .

Sep 4, 2016 9 years ago
qvarr
has a sweet tooth
User Avatar

Ooops, my bad, I forgot to add the code for the background color.

Replace the code I just gave you with this:

{ height: 100px; width: 250px; margin-top: 10px; margin-left: -125px border-radius: 23px; border: 1px solid ; background: ; color: white; }

To change the positioning of the section, or if the section is still off-centered, adjust the number value for margin-left. The lower the number the more left it will be, and higher the number the more it will more to the right.


Art Blog: Tumblr

DeviantART
main // chibi

Sep 4, 2016 9 years ago
Kenda
is a survivor
User Avatar

Thank you so much!

. . .

Please log in to reply to this topic.