• Resolved mickwaldrip

    (@mickwaldrip)


    I have searched through hundreds of posts, and tried lots of different .css code, but haven’t been able to figure this out. On my site, https://beta.highvalleyarts.org on the home page, there is a featured slider (For The Cause Theme). It has a tiny white border around it. Can someone please look at the page source and offer me some simple .css that I can add to remove it? I’m sure it’s not difficult, and that I’m just not that bright! TIA

Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like the margin here:

    .flexslider .flex-viewport {
        margin: 1px;
        max-height: 2000px;
        transition: all 0.2s ease-in-out 0s;
    }

    Thread Starter mickwaldrip

    (@mickwaldrip)

    WPyogi, you’re my new best friend. I just entered the following in custom.css:

    .flexslider .flex-viewport {
        margin: 0px;}

    and BAM! Could have saved myself hours!! Thanks again man, really appreciate it!!

    LOL – you’re welcome! A browser tool like Firebug will be immensely helpful with CSS stuff like this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove white border from flex slider’ is closed to new replies.