Image edit

Hi there is there anyway to move this slider element closer to teh top or bottom as it intefers with the image?

Comments

  • Hey,
    please send us a link to your page. We should help out with simple CSS.
    thanks
  • Thanks so much

    Here its is ...Please let me know where to put the CSS (New to this)

    https://karynrowe.com/

    thank you :)
  • Hello,
    go to theme options>custom css&js>css, and paste this custom code, then save the options
    .offer a.slider_prev {
    top: 20% !important;
    }
    .offer .slider_pagination {
    top: 20% !important;
    }

    .offer a.slider_next {
    top: 20% !important;
    }
    cheers
  • Hi there is code there now? where do I add below it all ? thisis what is tehre now

    .section-border-bottom { border-bottom: 1px solid rgba(0,0,0,.1); }

    .dark-text-shadow { text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15); }

    /* Shortcodes */
    .offer .offer_li .desc_wrapper .title h3 { font-family: Lato; }

    /* Newsletter */
    .newsletter_form > input[type="email"] { display: inline-block; margin-right: 10px; width: 400px; }
  • It depends on the demo, we trying to not insert custom css code in our pre-built websites, but sometimes it's not avoidable.

    Just paste that code Bryan sent below that existing code, it will work fine anyway.
    Thanks
Sign In or Register to comment.