• Resolved lpulidos

    (@lpulidos)


    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, I have used this code

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

    and it only changes the right arrow but not the left, any solution?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jo4nny8

    (@jo4nny8)

    Hi @lpulidos

    Yes. You haven’t specified the previous box with the correct class.

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

    Notice that it is #post-nav-PREVIOUS-default not PREV as in your example.

    Hope that helps

    Thread Starter lpulidos

    (@lpulidos)

    Thanks! it works perfectly. Great input and dran plugin

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

The topic ‘Left box size’ is closed to new replies.