Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author Nextendweb

    (@nextendweb)

    Hi!

    Could you try to put the shortcode into a centered div?

    <div style=”margin: 0 auto;”>[smartslider shortcode]</div>

    Thread Starter BrentwGraham

    (@brentwgraham)

    Yeah, I think I had page caching on and it wasn’t updating.

    All is great now! Thank you! Great plugin! Worth the money for sure.

    I’m unable to find any control to have the slider be centered in my page,too.
    I use PHP code.

    Is it wise of me to upgrade it with full version?

    https://www.ads-software.com/plugins/smart-slider-2/

    Plugin Author Nextendweb

    (@nextendweb)

    Have you tried what I mentioned previously?

    <div style=”margin: 0 auto;”><?php echo do_shortcode(‘[smartslider shortcode]’); ?></div>

    Of course.
    But he/she sends the left.
    Is it caused by basic style.css?

    Plugin Author Nextendweb

    (@nextendweb)

    I should check your site, as the center align in HTML seems easy thing, but it is more complex than it seems. Could you send me an email with a link to your page? roland[@@@]nextendweb.com

    Thank you very much for your quick response.
    I sent the URL of my WEB site by an email to you.
    If I have you confirm it and can advise for this problem, I am happy.

    Plugin Author Nextendweb

    (@nextendweb)

    I haven’t received your email. Could you try to send it again? Or please try our contact form: https://www.nextendweb.com/help/contact/

    I’m very Sorry.
    I send a message from your contact form.

    @nextendweb have the same issue, superior plugin but couldnt center it on the header.php?

    Plugin Author Nextendweb

    (@nextendweb)

    Please write us an email and we will check your problem. ??

    Plugin Author Nextendweb

    (@nextendweb)

    Well if your template container element is not fit to your needs then there is a time to calculate a little bit. It can be the most precise solution in some case.

    For example: You have a 1000px wide container and your slider is only 600px but you would like to align the slider to the center of the container. First of all you have to subtract these two numbers. (1000-600=400) The result, so the empty space is 400px, now you have to divide it to two part, because you need margin from left and right too. The final result is 200px. Okay now you have to write these two values into the right place. Please go into the Smart Slider 2 -> choose your slider -> click on the edit slider button and the fourth parameter is the margin, so just write the values. (you can find a small toggle after the margin value where you can switch the percent to pixel value)

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Center Slider on page?’ is closed to new replies.