• Resolved annalisa16

    (@annalisa16)


    Hello,

    I would be grateful of some help.

    I have a full-width slider (carousel) on my front page. I have used the ‘Font Customizer’ to centralise the text, and the button text is central too.

    However, I would like the button to appear in the middle too.

    I’m unsure of what CSS to put in my child theme to do this. I have used the ‘Inspect’ function in my browser but I can’t find the code to position the button.

    Please, could someone advise.

    Thank you very much

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

    (@annalisa16)

    I have managed to solve it myself using:

    .btn, .btn-large, .btn-primary
    {
    display: block;
    width: 130px;
    margin: 10px auto 0px auto;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Slider ‘call to action’ button align center’ is closed to new replies.