• Resolved fran330

    (@fran330)


    Hi,

    On this website, I use slide infos. Instead of each info replacing the previous one (when sliding), they show below each other, like this:
    https://drive.google.com/file/d/0B0h0t_zwll8iWGk4bFdYMGNxeW8/view?usp=sharing

    I did fix the problem by adding some css code so it’s not a real problem for me anymore. However, I thought it’d be worth to let you know about the issue.
    Or maybe is it me who missed something in the settings?

    For info, here is the CSS code I added (“slider-ajwan-gallery” being the class I gave to my slider):

    /* Styling slide info, otherwise each info shows below the previous one... */
    .slider-ajwan-gallery .ms-slide-info {
       position: relative;
       min-height: 32px !important;
    }
    .slider-ajwan-gallery .ms-info {
       position: absolute;
       top: 0;
       left: 0px;
       background: #333;
       width: 100%;
       text-align: center;
    }

    Cheers,
    Fran

    • This topic was modified 8 years, 7 months ago by fran330.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor averta support

    (@averta_support)

    Hi Fran,

    It seems there is something wrong with the styles of customizer or divi theme’s custom styles.
    Please make sure the CSS syntax is right. If the problem persists, please remove those styles and let us know to check it out for you.

    Best,
    Averta

Viewing 1 replies (of 1 total)

The topic ‘Issue with slide info’ is closed to new replies.