Viewing 3 replies - 1 through 3 (of 3 total)
  • Mine is aligning to the left as well.

    Lindsay

    @mwillustration,

    This might work for you if you’re comfortable editing your CSS.

    Based on your site’s source code, try adding the following lines to your main stylesheet (usually style.css)

    #soliloquy-container-97 {display:block; margin-left: auto; margin-right: auto;}
    #soliloquy-container-121 {display:block; margin-left: auto; margin-right: auto;}

    I had been struggling with centering the Soliloquy Lite slider as well, but this worked for me.

    If this doesn’t center them for you, you can try adding !important before each semi-colon in the style code above. Also note, that if you create new sliders or replace the current sliders on your page, the number in the code snippet (such as soliloquy-container-121) will likely change. This makes it somewhat of a hack, but I haven’t been able to find a more generalized way to center the sliders that is consistent across my themes.

    Good luck!

    Also, @linsmccoy, if you post a link to our page I will try and help you.

    Thanks Matt. I had actually got mine centered shortly after posting to this, but forgot to re comment. Thanks again!

    Lindsay

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Slider in page’ is closed to new replies.