• Resolved Andrea

    (@techfive2012)


    Hello, before updating to 1.5.1 I had tried the 1.4.4 version in a very long page by inserting two block subpages and I had centered the links next and prev modifying the multipage.css file. Now with the new version the links are on the left and in the css file the previous settings are not present, besides the next links are followed by an icon (in the form of a right arrow) while the prev links have no icons. Where can I change these settings? Thanks, Andrea.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter Andrea

    (@techfive2012)

    Hi Sergio, I tried some solutions but nothing very good. The theme developer told me that: it is not possible to hide text and display only icon for mobile view. So any help or suggestion is welcome. Thank You

    Plugin Author Sergio De Falco

    (@sgr33n)

    You should ask some CSS developer to do this customization for you, it’s absolutely possible.
    We are off topic here, sorry.

    I solved my problem by my self.

    If you want the navigation text “previous” align to the left and “next” align to the right, you only have to insert the CSS-Code:

    nav.mpp-post-navigation .nav-links a[rel=”previous”] {
    text-align: unset;
    float: left;
    }

    nav.mpp-post-navigation .nav-links a[rel=”next”] {
    text-align: unset;
    float: right;
    }

    Thats all follks 😉

    Plugin Author Sergio De Falco

    (@sgr33n)

    Good 😉

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Problem with nav-links in 1.5.1 version’ is closed to new replies.