Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Controls To Line Up In Middle?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #167081
    wolfgang1983
    Participant

    I am having some difficulty getting my controls to line up in the middle with the carousel-indicators in the middle but the left and right controls either side nice and centered.

    http://codepen.io/riwakawebsitedesigns/pen/qdiup

    #167083
    Paulie_D
    Member

    You need to pare down the .carousel-indicators properties to…

    .carousel-indicators{
      top:0;
      padding: 0;
    }
    
    #167086
    Paulie_D
    Member

    I think that you may have other issues that may affect this.

    Try sorting out the bottom scrollbar issue as the width of the window is going to impact the placement of the controls.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.