Replies

May 28, 2020 5 years ago
BrearHeart
is a sun worshipper
User Avatar
Consiglier

Hey all, I was curious if anyone knew of a way to hide the year of the pet's birthday on their profile.

I know the code line is:

Born: August 16th, 2013

I'd just like it to read "Born: August 16th" if that's a possibility.

Any ideas? >.> I thought I had seen it on someone's profile before so I thought I'd ask!

- - - - - -

I was also curious how to expand the pet species so it reads all on one line.

Most of my experiment pets have the numbers drop down to their own line and I'd like for it all to just stay on one line. You can see what I mean on

Woes and
Artemitacus

Thanks :3

May 28, 2020 5 years ago
kimokawaii
the undead tour guide
User Avatar
Spider Spawn

Do you have an example of the profiles that hide only the year?

As to the second one, keep in mind that I'm new to the Subeta-specific stuff but I tried to take a look and it doesn't seem to be anything specific to the species name. I think it's just the column width, so the text drops down to a new line to fit. You could try to adjust the font size or the column's width and see if that helps.

UFA: Presences and Karakara // image

May 28, 2020 5 years ago
Luck
is unlucky
User Avatar
Bella

I'm not sure hiding the year is possible. Seconding the need to see the profile you saw this on. The owner may have hidden the actual birthday and created a new div where they manually typed the month and day only.

As for the second one, try .pet_color_info {width:200px!important;}

he/him / 31 / EST



My best friend is



May 28, 2020 5 years ago
Elementary, my dear
Written
User Avatar

Unfortunately, you can't just remove the year with CSS, because it has no special markers around it to separate it from the rest of the date.

You do have a couple of options to cover it up, though. You could keep pushing around the positioning until the year sticks out of whatever shell you put it in and make it so that it would not show up outside of that area.

You could also use something to cover up the date, like putting the minion over it or a floating box that is the same color as the background.

However, unless you're very careful with font spacing (and you'll probably have to space it out pretty far), the comma after the date would be pretty tricky to cover up and may look weird without the year after it.

The only other option I can think of is to just type out the date yourself and leave off the year. I'm not sure if that would be acceptable in the rules of what you have to leave on a profile (especially if you want to have it spotlighted) or not, so if you decide to go that route, you may want to ask about it in a ticket first.

ETA: if you want to make sure the species and color all stays on one line, you can expand the line width as said, and you can also change the font style and size to a smaller one.

The past is written, but the future is left for us to write. ~ Picard

May 28, 2020 5 years ago
BrearHeart
is a sun worshipper
User Avatar
Consiglier

Thank you all for the responses. I couldn't find that pet with the hidden year (I would've tried to find it on their source code hehe) but after more consideration I figured it would be from replacing it like you all said. I'll just leave it, the birthday isn't too integral ^^;

As for the width code, I just tried it on

Woes but it doesn't seem to be making any difference to that line :/ I even went up to 500px just to see lol

May 28, 2020 5 years ago
Luck
is unlucky
User Avatar
Bella

try expanding the width of

he/him / 31 / EST



My best friend is



May 28, 2020 5 years ago
Elementary, my dear
Written
User Avatar

If Luck's thing doesn't work, try adding:

[Code]white-space: nowrap;[/code]

You may also need to specify positioning.

The past is written, but the future is left for us to write. ~ Picard

May 29, 2020 5 years ago
BrearHeart
is a sun worshipper
User Avatar
Consiglier

Thank you both <3 I got it to work with

{width:auto; !important}

[edit] ... actually, that works for

Woes but
Artemitacus
has extra code for the pet image size increase and having that extra height and width makes the stats disappear. Taking that out brings back the stats but obviously then doesn't show the whole full-size image.

{width: auto; padding: 10px 55px 0;} {width:auto; !important}

{background-image:url(https://i.imgur.com/AAAW4eC.png); width:400px; height:400px;)

May 29, 2020 5 years ago
Elementary, my dear
Written
User Avatar

Stats is a different column, . Likely you will need to move it over so that it does not overlap with .

It's hard to triage this without seeing all the coding. As you have found out, changing one thing can affect other things adversely.

If you could provide the full coding, either here or in a smail I could help better. :)

The past is written, but the future is left for us to write. ~ Picard

Please log in to reply to this topic.