Jump to content

ambra5555

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ambra5555 got a reaction from okkusu in Vote for Obelisk War! Round 122!   
    Nope, as long as it's ten fights you'll get the boons. You can even fight the same opponent ten times on easy and you'll get them!
  2. Like
    ambra5555 got a reaction from Duskitty in Is there any way to increase the height of this table on your user lookup?   
    Hi! This CSS works solo to change that height:
    .bx-viewport { height: 250px !important; } But it conflicts with your current userlookup's code. I'm not sure what part conflicts, but I can try to find it if you want. Leaving your code as-is, add this CSS instead:
    .bx-viewport { height: 274px !important; } The gist of it is that, for some reason, Neopets cuts that div ten pixels before it should. That element is added by JS, too, so finding out what exactly went wrong would make for a prettier way of fixing that height, but it would also be a pain because the related code is all minified and I hate one-letter variables. So right now, the way to go is find out the value of that element's height in your lookup, and then add CSS to change the height so it'll be 10px taller.
    In simpler words, right now if you look at your lookup the bx-viewport div is 264px high, which is why you have to change it to 274px. In default lookups, the div is 240px tall and must be changed to 250px.
    If anyone wants to go hunting for that prettier way to fix it, the culprit is the bxslider code.
  3. Like
    ambra5555 got a reaction from Mouseykins in Is there any way to increase the height of this table on your user lookup?   
    Hi! This CSS works solo to change that height:
    .bx-viewport { height: 250px !important; } But it conflicts with your current userlookup's code. I'm not sure what part conflicts, but I can try to find it if you want. Leaving your code as-is, add this CSS instead:
    .bx-viewport { height: 274px !important; } The gist of it is that, for some reason, Neopets cuts that div ten pixels before it should. That element is added by JS, too, so finding out what exactly went wrong would make for a prettier way of fixing that height, but it would also be a pain because the related code is all minified and I hate one-letter variables. So right now, the way to go is find out the value of that element's height in your lookup, and then add CSS to change the height so it'll be 10px taller.
    In simpler words, right now if you look at your lookup the bx-viewport div is 264px high, which is why you have to change it to 274px. In default lookups, the div is 240px tall and must be changed to 250px.
    If anyone wants to go hunting for that prettier way to fix it, the culprit is the bxslider code.
  4. Like
    ambra5555 got a reaction from balloongal247 in Is there any way to increase the height of this table on your user lookup?   
    Hi! This CSS works solo to change that height:
    .bx-viewport { height: 250px !important; } But it conflicts with your current userlookup's code. I'm not sure what part conflicts, but I can try to find it if you want. Leaving your code as-is, add this CSS instead:
    .bx-viewport { height: 274px !important; } The gist of it is that, for some reason, Neopets cuts that div ten pixels before it should. That element is added by JS, too, so finding out what exactly went wrong would make for a prettier way of fixing that height, but it would also be a pain because the related code is all minified and I hate one-letter variables. So right now, the way to go is find out the value of that element's height in your lookup, and then add CSS to change the height so it'll be 10px taller.
    In simpler words, right now if you look at your lookup the bx-viewport div is 264px high, which is why you have to change it to 274px. In default lookups, the div is 240px tall and must be changed to 250px.
    If anyone wants to go hunting for that prettier way to fix it, the culprit is the bxslider code.
×
×
  • Create New...