Replies

Aug 15, 2020 5 years ago
MsBehavin
is magical
User Avatar

Here is the profile FashionBug

Here's what needs fixing :

  1. I need the image (honey drips) at the top resized to fit properly 2. I would like a black border around the circle that my pet is in. figured it out FINALLY
  2. I need the page to be a bit longer so that my entire minion is visable.

Any help will be greatly appreciated!

👻[tot=msbehavin] 👻

Aug 15, 2020 5 years ago
spacemage
is fashionable
User Avatar

For 1 if I understand correctly about what the issue is which i presume is image being cut off? If I am correct than adding below should/may fix the issue img { object-position: top; object-fit: contain; } If I am wrong is it a problem with the height?

For 3 I don't know what exactly you mean, could you please explain it more? If i were to guess my first guess is, do you want the page tabs (Welome, Story, Closet) to be longer so the first one is long enough to not have a scroll bar?

I made a forum group for CustomCSS and more

Aug 16, 2020 5 years ago
MsBehavin
is magical
User Avatar

I got everthing fixed except . If you look at the bottom of the page there is a tab that hides my minion. When you click on it it drops down but not enough to allow for the whole minion to be viewed, if that makes sense

👻[tot=msbehavin] 👻

Aug 16, 2020 5 years ago
spacemage
is fashionable
User Avatar

Yes i understand, it's a hover element i was thinking it might be something to do with that but didn't see the issue so i was thinking it was something else cause it works for me must be a compatibility issue or such hmmm... what browser are you using, also are you viewing it on a mobile device? if you don't mind letting me know it'll help figure out the issue hopefully

Otherwise I can throw possible fixes that may work for you like replace: :hover { margin-top: 0px; } with :hover { top: 560px; }

I made a forum group for CustomCSS and more

Aug 17, 2020 5 years ago
MsBehavin
is magical
User Avatar

OMG! You were right about it being a browser problem , but not one you would think! Apparently I had my browser view set at 125% so everything was off LOL I feel so stupid because I have been tweaking stuff trying to get the page scaled to the right porportions and it was that the whole time!!!! Thank you for your help though!!!!

👻[tot=msbehavin] 👻

Aug 17, 2020 5 years ago
spacemage
is fashionable
User Avatar

Glad to hear that it was something silly and fixed easily :simple_smile: and that I was of some help

Also Thank you for the gift

I made a forum group for CustomCSS and more

Aug 17, 2020 5 years ago
MsBehavin
is magical
User Avatar

You're very welcome

👻[tot=msbehavin] 👻

Please log in to reply to this topic.