• Resolved drica100

    (@drica100)


    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 7 replies - 1 through 7 (of 7 total)
  • Hello @drica100,
    Can you share your site url so that it becomes easier to address your issue.

    Thread Starter drica100

    (@drica100)

    not made the site yet, so I want to know how I change the positioning of the area that is on the menu with the caption and text, leaving centralized (the inves square on the side, I stand in the middle)

    @drica100 – The caption and text area can be made horizontal and centered tweaking CSS code.
    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;
        }

    Hope this helps.

    Thread Starter drica100

    (@drica100)

    Thanks, tested and was actually really centered. OK!
    Its wider leave? More horizontally keeping responsive?
    Please, how can I change the width of the slider caption?
    Thank you very much in advance.

    @drica100 – We have provided you some dummy values. Replace the values 10% and 35em with the values that are suitable for you.

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

    Let us know how it goes.

    Thread Starter drica100

    (@drica100)

    Wonderfull!!!
    This theme is amazing …
    …and got even better!
    Thanks a lot!

    @drica100- Thanks for the appreciation.If your question has been answered, we would love if you would mark this topic as resolved in the right hand sidebar. This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.

    Regards!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to center and put horizontally legend and title slider?’ is closed to new replies.