Forums

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

Home Forums CSS Center slider in css. WordPress

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38372
    prince_alex
    Member

    I tried using this

    #wpcontent_slider_container{
    position:relative;
    margin: 0 auto;
    }

    And this

    #wpcontent_slider_container{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    }

    And nothing happens.

    #103972
    JPC776
    Participant

    Do you have a link to what you currently have?

    #103973
    prince_alex
    Member

    No.

    #103982
    sebtb
    Member

    text-align center on block? display block on block?

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