• Here is a link to the site with the problem.

    https://www.justsomediahouse.co.uk/dunfordwood/prints/

    I really liking this nextgen gallery. I have had no problems with it. I thought all was good. And left it. A client picked me up on this enlarged double arrow. It appears just below the thumbnails and sits over some text I have had there.

    It’s quite easy to see. I have had a look for conflicts but I didn’t build nextgen so I’m not all that sure where the problem lies.

Viewing 2 replies - 1 through 2 (of 2 total)
  • in style.css of your theme:

    .nav-previous {
    	float: left;
    	width: 50%;
    }
    .nav-next {
    	float: right;
    	text-align: right;
    	width: 50%;
    }

    because these are the css classes applied to the next/prev image, the images are so big.

    Thread Starter fathernugen

    (@fathernugen)

    Thanks. That was it. Thank you for your prompt response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbnail Next and Previous arrows are enlarged.’ is closed to new replies.