Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164545

    Hi
    I could figure out, to possition the left post-navigation item to the left border of wrapper from the boxed layout.
    I just changed the value from this (( .avia-post-prev{ left:0;} )) from 0 to 1.
    But how can i do that with the right side navigation item??
    If i set the value to something else then 0, it jumps to the same position then the left navigation item.

    http://maurilux.com/wp-content/uploads/2013/09/post-navigation.jpg

    Thanks for answers.

    #164950

    Hi wesdacar!

    You can do it, but it will lose it fixed position:

    #top .avia-post-nav{
    	position: fixed !important;
    	top: 28% !important;
    }
    .avia-post-prev{
    	left: 0 !important;
    }
    .avia-post-next{
    	right: 0 !important;
    }

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘avia-post-navigation position in boxed layout’ is closed to new replies.