Portfolio arrows, put it on the top??

Hello everybody,

i have a little problem, on the site: http://turnalar.de/turnalar.de/projekt-item/deniz/ i have some portfolios,
but the arrows left/right are annoying... does anybody know how can i put it on the top? or disable??

THX very much!

Comments

  • Hi,

    if you mean portfolio navigation which is always fixed on the right and left side, then you can control it within below css:
    .fixed-nav { bottom: 400px; }
    But if you don't like it, then you can remove it within below css instead:
    .fixed-nav { display: none; }
Sign In or Register to comment.