Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1427606

    on the page https://naco.asn.au/
    I would like to the button (created in the the Full Width Slider) below the image to be centered

    I’ve tried a CSS codes like this
    .avia-slideshow-button {
    align: center;
    }
    but that does not work

    #1427618

    Hey smarta-brett,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home .avia-slideshow-button {
        display: table;
        margin: 0 auto;
        margin-top: 20px;
    }

    Best regards,
    Rikard

    • This reply was modified 11 months, 2 weeks ago by Rikard.
    #1427647

    Hi Rikard

    unfortunately that did not work

    #1427648

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.home .slideshow_align_caption {
    	text-align: center;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1427649

    genius !!
    thanks you ;-)

    while I have you I am in the process of selling my business and the new guy will be taking over
    I just want to personally thank you for your support – its always been fast, efficient & correct !

    all the best to you

    #1427652

    Hi,
    Thank you, I hope you find enjoyment in your new business venture, Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘center’ is closed to new replies.