Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1494433

    hi
    I have an easy slider on this page that I am testing, since I am seeing an offset or padding on the left side. https://imgur.com/1X3ERKz
    I have the slides set at original size, with the easy slider in a color section.
    It looks like it’s wrapped in a “ul” which may be indenting the images? https://imgur.com/FvfqBuE
    Can you help me with this?
    thanks
    Nancy

    #1494479

    Hey Munford,

    Thank you for the inquiry.

    It’s due to this custom css code.

    .entry-content-wrapper  li {
        margin-left: 2em;
        padding: 0;
    }
    

    You can override it by adding this code right below it:

    .entry-content-wrapper .avia-slideshow-inner li {
        margin-left: 0;
        padding: 0;
    }

    fsx6Jb2.md.png

    Best regards,
    Ismael

    #1494492

    Thanks that was the problem. Fixed now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.