• Hey there,

    first of all why in the world are you using for the Plugin inline css style and not classes or id’s?
    Its very unpractical and very bad for SEO.

    Now for my Problem:
    I want to edit the padding from the elements of my slider.
    They looks like:

    <div id=”sample_slider_slide02″ class=”sa_hover_container” style=”padding:5% 5%; margin:0px 0%; background-image:url(""); background-position:left top; background-size:contain; background-repeat:no-repeat; background-color:rgb(255, 255, 255); “>
    […]
    </div>

    Best regards!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @seelachsmedia,

    Could you provide URL of the page?

    Plugin Author simonpedge

    (@simonpedge)

    The CSS style within the <div> is being dynamically generated according to slider settings set for each slider, for example one slide may have a 5% padding and another a 10% padding. Using a static CSS file would negate this functionality.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Inline CSS Style – Why? How can I edit this?’ is closed to new replies.