Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1159536

    Hi there,
    Can someone please look at the Easy Slider on the home page at http://www.alaskacharters.com . It is in a 2/3 Column inside a Grid Row. I don’t want the white border/padding/margin whatever it is that appears around the images of the Easy Slider. Also when the page first loads there is a white border at the bottom that disappears once the first slide changes. The only border I have selected is a Border Above and Below on the Grid row which is default grey. The images are all 710x376px.
    I don’t know anything about CSS etc. There is a bit of code you gave me for other things in Quick CSS but I don’t think that effects it. The unwanted white border wasn’t always there. It seems to have come after an Enfold update .. unless I changed something by accident.

    Thank you

    #1159644

    Hey susizimm,

    Can you disable caching and minification for now?

    Try using this code:

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

    Best regards,
    Victoria

    #1160845

    Thank you Victoria. That code solved it :)

    Susi

    #1160866

    Actually, is it possible to make that code only apply to the home page. It looks like it has taken away the padding on the bulleted list on the itinerary pages The left 1/3 column has a Left Padding of 10px that now seems to have disapeared.
    https://alaskacharters.com/alaska-small-ship-cruise/juneau-to-ketchikan/

    #1161029

    Hi susizimm,

    Yes, of course. If it does not work, please attach some screenshots of the issue.

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

    Best regards,
    Victoria

    #1161521

    Thank you, that did it :)

    #1161760

    Hi,

    Great, I’m glad that you got it working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1162037

    Its all good. Please close the topic. Thank you!!

    #1162044

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove border on easy slider’ is closed to new replies.