Forums

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

Home Forums CSS [Solved] Drupal 7 slideshow styling

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #198064
    tmarkwell16
    Participant

    I am having trouble centering the “buttons” under the slideshow on my site. http://test.tayetech.com I am repetitively new to css and I tried margin:auto; with no luck.

    #198065
    Paulie_D
    Member

    That’s not a simple CSS fix…that’s one for the the template designer or slideshow plug-in.

    There should be an option in the slideshow admin for this…surely?

    #198066
    tmarkwell16
    Participant

    No, I have checked in the view for the slideshow and its not an option…

    #198069
    tmarkwell16
    Participant

    Fixed it!!

    views-slideshow-controls-bottom {
        width: 32px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #198070
    Paulie_D
    Member

    That’s not a simple CSS fix

    Apparently it was a simple fix**

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