Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

Single post in Site Skins: How-To, and Helpful CSS

Forum Index > PokéFarm > Guides > Site Skins: How-To, and Helpful CSS >

Bishop's AvatarBishop
Bishop's Avatar

QUOTE originally posted by Crazy

Is there any way to move the 'next' button in the public fields so that it is under the stack of pokemon?
yes, but i did not play with it enough to make it look good on phones also... instead of moving the next button i moved the stacks and put a hitbox on them to reach the next button. can not choose the last berry on phone due to the hitbox, but i stopped caring about the right berry months ago...

my stack code

/* stacks all comp*/ html #field_field[data-mode="public"]>div.field>.fieldmon {margin-top:-110px!important;margin-left:-70px!important;left:85%!important;top:0%!important;} html #field_field[data-mode="public"]>div.field>.fieldmon>img {padding: 110px 70px 110px 70px!important;animation: none;} /* removes fed pokes to make "next" button click/tap able */ .nothungry {display:none;} /* stacks all phone*/ html.mq2 #field_field[data-mode="public"]>div.field>.fieldmon{margin-top:-155px!important;margin-left:-55px!important;left:85%!important;top:0%!important;} html.mq2 #field_field[data-mode="public"]>div.field>.fieldmon>img {padding: 155px 55px 155px 55px!important; animation: none;}
***EDIT... sometimes, when a poke was moved into a box you go to or going through fields a 2nd time, they fed ones do not hide, so have to change berry or press right arrow to continue. (i typically just alter 1 2 click for these)
© PokéFarm 2009-2023 (Full details)Contact | Rules | Privacy | WikiGet shortlink for this page