post-nav position with horizontal theme

starlab / 2012-12-20 03:19:55   

Hi all, I'm using a horizontal theme with centered menu. Anyone knows how I can change the position of the post-nav? I'd like to put it after the indexhibit.

This is my website: vitonewyork.com

I don't understand if this is something I can modify via FTP or in the post-nav window in admin. Please let me know if you have tips? Thank you

arsondpi / 2012-12-20 08:20:32   

You can do this either by editing the structure of the index.php file of your theme or by using css. Go to Admin/Assets/Theme/style.css and add something like:

  1. #index .bot {
  2.     bottom: 10px;
  3.     font-size: 10px;
  4.     position: fixed;
  5. }
starlab / 2012-12-20 16:29:41   

Thank you. Perfect!

This thread has been closed, thank you.