• intcon

    (@intcon)


    Hello!

    I’d like to move the captions on Nivo Slider to the right side rather than underneath the photos. I contacted support, and they said you can change it via CSS. =) No hints on what to change though!
    I am guessing it is this?

    .nivo-caption {
    	position:absolute;
    	left:0px;
    	bottom:0px;
    	background:#000;
    	color:#fff;
    	width:100%;
    	z-index:8;
    	padding: 5px 10px;
    	opacity: 0.8;
    	overflow: hidden;
    	display: none;

    And position: absolute should be changed?
    Any ideas? Thanks in advance =)

    carrie

  • The topic ‘Nivo Slider For WordPress – Move Captions?’ is closed to new replies.