• Hello All,

    Thanks for the free theme and free support.

    Does anybody know the code to move the slider text boxes bottom right or anywhere not in the middle?

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is the CSS for the caption:

    .carousel-caption {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
      display: inline-block;
      line-height: 14px;
      margin-left: 11%;
      max-width: 60%;
      padding: 5%;
      position: relative;
      vertical-align: middle;
    }

    Try adjusting the margin-left, but use % rather than px to maintain the responsiveness. Can add a margin-top: 0px (change 0px) to push it down.

    Thread Starter marenreese

    (@marenreese)

    thanks rdell your always on point!

    rdell, you should be an MVP or something, you very helpful!

    @marenreese, Assuming it is resolved, can you set this as [resolved] please. (Dropdown in right sidebar) Helps monitoring what problems are still outstanding.

    Thanks for the compliments.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘editing slider text boxes’ is closed to new replies.