Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12227
    Antoon
    Participant

    Hello,

    Is there a way to get text centered under a photo in carousel?

    I hope there is a css code that can fix my problem.

    https://anneswood.nl/hanglampen/#jp-carousel-2074

    Greetings,

    Antoon Ockers

    • This topic was modified 1 year ago by Antoon.
    #12229
    tikaram
    Keymaster

    @antoon : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .page-id-150 .jp-carousel-left-column-wrapper {
      margin: 0 auto;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #12230
    Antoon
    Participant

    @Tikaram : Thanks it works!!!

    #12264
    Antoon
    Participant

    @Tikaram:

    I have the same problem on a other page :

    https://anneswood.nl/tafellampen/#jp-carousel-2248

    Is there a way to center text and line in all carousels?

    Thanks for the help.

    Greetings,

    Antoon Ockers

    #12297
    Antoon
    Participant

    @Tikaram:

    is there a answer for my other topic?

    Thanks for the response.

    Greetings,

    Antoon

    #12296
    Antoon
    Participant

    @Tikaram:

    I have the same problem on a other page :

    https://anneswood.nl/tafellampen/#jp-carousel-2248

    Is there a way to center text and line in all carousels?

    Thanks for the help.

    Greetings,

    Antoon Ockers

    #12299
    Sakin Shrestha
    Keymaster

    Hi Antoon,

    Can you add the following CSS in the “Appearance => Customize => Additional CSS” box:

    .jp-carousel-left-column-wrapper {
      display: block;
      margin: 0 auto;
    }

    Regards,
    Sakin

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘text under carousel’ is closed to new replies.