Comments paganr started the conversationNovember 9, 2022 at 5:07pmOn the Bottom Footer to the right, how do I move the "TOP" arrow. Where it is now it covers the "FaceBook" icon. See attached screen shot.Thank you. [deleted] repliedNovember 11, 2022 at 2:26pmPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : div#scrolltop { display: none; }paganr repliedNovember 11, 2022 at 6:38pmHi Alex. I don't want to get rid of the "TOP" arrow I just want to move it to the left some.Or, move the social icon to the center. Either solution will work.Thank you,Rich[deleted] repliedNovember 14, 2022 at 8:07amin that case remove css previosuly given and Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : div#scrolltop { right: 57px;}paganr repliedNovember 14, 2022 at 2:59pmThat did it, thank you. Sign in to reply ...
On the Bottom Footer to the right, how do I move the "TOP" arrow. Where it is now it covers the "FaceBook" icon. See attached screen shot.
Thank you.
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
div#scrolltop { display: none; }
Hi Alex. I don't want to get rid of the "TOP" arrow I just want to move it to the left some.
Or, move the social icon to the center. Either solution will work.
Thank you,
Rich
in that case remove css previosuly given and
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
div#scrolltop { right: 57px;}
That did it, thank you.