• Resolved jxhn

    (@jxhn)


    Great plugin. I’m trying to make the box more narrow (the main one you see after hovering), and attempting to override some CSS in my own stylesheet.

    This is what I’m adding:

    .wp-post-nav #post-nav-next-default, .wp-post-nav #post-nav-prev-default {width: 20vw!important;}

    But it’s not touching it. Can you help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jxhn

    (@jxhn)

    Ah! Never mind, I got it. I forgot the hover. 😉

    .wp-post-nav #post-nav-next-default:hover, .wp-post-nav #post-nav-prev-default:hover {width: 20vw!important;}

    Plugin Author Jo4nny8

    (@jo4nny8)

    Glad its now sorted for you.

    Hello!
    Thanks for everything, the plugin has solved a big problem for me. To finish configuring it, I would have to optimize the size of the box, thanks to this post I have managed to do it with the arrow on the right, but the one on the left remains the same. My problem is that I don’t know how to program and I don’t know what code to copy and paste, could you help me please?

    Plugin Author Jo4nny8

    (@jo4nny8)

    Hi @lpulidos

    See your other post where I have added the correct code for you.

    Ok thanks, I didn’t know if the topic was closed if it was going to be seen.
    thanks again

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘box width’ is closed to new replies.