Okay
  Public Ticket #3163737
The "TOP" arrow
Closed

Comments

  • paganr started the conversation

    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. 

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    div#scrolltop { display: none; }

  • paganr replied

    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

  • [deleted] replied

    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;}

  • paganr replied

    That did it, thank you.