Viewing 1 replies (of 1 total)
  • To move any element you can use:

    .selector { /* change */
    position: relative;
    top: 0px; /* change, +down -up */
    left: 0%; /* change, % for responsiveness, +right -left */
    }

    Using the CSS Glossary, the .selector you need is:
    .carousel-caption .btn

Viewing 1 replies (of 1 total)

The topic ‘Button Position Problem on Homepage Slider’ is closed to new replies.