Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mitrikeski Friend
    #202695

    Hi,
    the back to top arrow is not showing on ‘mobile’ resolutions (when the mobile menu is active) – is this intentional or do i have a css or some other issue?
    I’d like it to be shown of course…

    Thanks in advance for the help!

    Pankaj Sharma Moderator
    #555102

    HI by default its hide for the tablet and small devices .
    add this css code into your custom.css file
    css/custom.css


    @media (max-width:1024px){
    .ja-footer a.back-to-top {
    background: url(/templates/ja_onepage/images/arrow-up.png) no-repeat left top;
    display: block;
    height: 40px;
    margin: 20px auto 0;
    text-indent: -999em;
    width: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    } }

    Clear cache and check .

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Pankaj Sharma 9 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum