• How to change places (keeping “responsive”) the place of the slider where the legend and title of the Slider image? I wanted to make it horizontal and centered.
    Any ideas please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @drica100

    To change places (keeping “responsive”) the place of the slider where the legend and title of the Slider image you need to add custom CSS.
    Add following code going to Appearance-> Customize -> Theme options-> Custom CSS.
    Click Save & Publish to save the changes.

    .evision-corporate-slider-caption{
    margin: 10% auto 0;
    text-align:center;
    width:35em;
        }

    Best Regards!!!

    Thread Starter drica100

    (@drica100)

    Thakns! but…. always have one “but..” : /
    I did, but it was very strange in Android phone ….
    They tested this code on an Android smartphone?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Como centralizar e p?r na horizontal legenda e titulo de slider?’ is closed to new replies.