• Resolved kriepl

    (@kriepl)


    Hey Matt,
    1st question is regarding ‘border color’ in Customize.
    I have #000000 chosen and on my webpage it shows up grey
    http://www.kevinriepl.com
    the slide show is being used on the home page of my theme. my index.php is calling a
    home_page.php which has the code for the slideshow:

    <div class="banner_frame"; align="center">
     <?php if ( function_exists('easingsliderpro') ) { easingsliderpro( 3 ); } ?>
    </div>

    How do I get it to appear black, like I’ve selected in the easing slider settings?

    2nd question: I need the slide show to sit a little lower on the page…how do I add padding to the code above to bring it down a bit?

    Thanks in advance!

    http://ww.wp.xz.cn/extend/plugins/easing-slider/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter kriepl

    (@kriepl)

    ok i have resolved the color issue. I just checked ‘default’ on the color choice. it changed it to #000, and now it shows black.

    the only thing i need help with now is how to bring down/lower the slideshow vertically on the page.

    Thanks!

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi @kriepl, glad you managed to get the first issue sorted yourself 🙂

    As for the second issue, try adding this to your theme’s style.css file.

    .easingsliderpro-3 {
        margin-top: 100px;
    }

    Change the 100 with any numerical value you desire 🙂 Hope this does the trick!

    Thread Starter kriepl

    (@kriepl)

    Matt,
    thanks for the quick reply.
    please forgive me as I am only partially (if that) knowledgeable with css. But where in the style sheet would I add that?
    anywhere?

    while I wait, I’ll just attempt to place it in places.
    I’ll message back if I figure it out.
    Thanks dude.
    Kevin

    Thread Starter kriepl

    (@kriepl)

    ok, just placed it pretty much anywhere and it worked.
    not to find the proper amount.
    Thanks so much for the help Matt!!

    Best,
    Kevin

    Plugin Author MatthewRuddy

    (@matthewruddy)

    No problem, happy to help 🙂

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

The topic ‘border color and vertical padding’ is closed to new replies.