• Hi,

    Does anyone know if it is possible to alter where the text is faded into on the slider. It’s default location is set to the right, but i need to center it. Is this possible without altering CSS?

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter wilko007

    (@wilko007)

    I’ve done it with CSS in the Editor but still be nice to know if it can be done via the settings as I can’t find an option for it anywhere.

    Here is the css, should anyone else want it:

    .slider-content{
    float:none !important;
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding:none !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Relocate Slider Text’ is closed to new replies.