• I am looking to move the navigation arrows up or down as they are interfering with my sidebar widget. Right now I have a shopping cart in the sidebar and when I try to delete an item it triggers the navigation arrows, so I need to move them up some or down below the cart. Thanks in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter MzBeanz

    (@mzbeanz)

    I discovered that my problem is when I use this code to reverse the directiojn to navigate from right to left (which makes more sense to me then how it is out of the box), the delete button in my cart acts as the navigation arrow… sorry for my confusing explanation… not sure how to explain it :/

    .site-content #nav-below .nav-next a:before, .site-content #image-navigation .nav-next a:before {
    content: \"\";
    }
    .site-content #nav-below .nav-next a, .site-content #image-navigation .nav-next a {
    left: 0;
    }
    .site-content #nav-below .nav-previous a:before, .site-content #image-navigation .nav-previous a:before {
    content: \"\";
    }
    .site-content #nav-below .nav-previous a, .site-content #image-navigation .nav-previous a {
    left: 92%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How can I move the Navigation arrows?’ is closed to new replies.