Okay
  Public Ticket #3133997
Show next-prev post arrow on mobile
Closed

Comments

  •  24
    Co-Brains started the conversation

    Hi! I was trying to mantain the "next post" and "previous post" arrow on mobile too.

    I just want to show them on mobile, without animation.

    Can you please help me to achieve that?

    Thank you

  •  1,644
    Judith replied

    Hi There,

    Thanks for keeping in touch.

    Please try this css:

    @media only screen and (min-width: 690px) and (max-width: 1000px){
    .blog_next_prev_buttons[data-style=fullwidth_next_prev] h3 .line, body .blog_next_prev_buttons[data-style=fullwidth_next_prev] .next-post .line:not(.text), body .blog_next_prev_buttons[data-style=fullwidth_next_prev] .previous-post .line:not(.text), body .blog_next_prev_buttons[data-style=fullwidth_next_prev] h3 .next-arrow, body .container-wrap[data-nav-pos=after_project_2] .bottom_controls #portfolio-nav .controls .line, body .container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow, body .container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow {
        display: block;
    } }

    Thanks.

  •  24
    Co-Brains replied

    Hi Judit!

    Thank you for your response, but it didn't work, as you can see in the page I linked you lately.

    Any suggestion?

    Thank you

  •  1,644
    Judith replied

    Hi There,

    Please send in your admin login credentials so that we can check this out further.

    Thanks.

  •   Co-Brains replied privately
  •  24
    Co-Brains replied

    Hi! Any news? :)