How to put arrow higher in mobile theme

Posted in: Newspaper
Post count: 92

Hello,

Can you please advise how to put the arrow in mobile theme higher https://gyazo.com/c1ad9fb3d57b44e70fdda6f87102e9fe ? I installed mobile social share buttons and they are covering the arrow

Thanks,
Denis.

Post count: 22421

Hello,
You can use this css to change the button position:
@media(max-width:767px){
.td-md-is-ios .td-scroll-up{
bottom: 50px!important;
}}

Add the code in the theme panel->custopm css box and change the value (bigger value – button goes up)
I hope this helps.
Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.