Support » Theme: evolve » Help for bootstrap

  • Resolved nickpapag

    (@nickpapag)


    Hello everybody. For some reason my homepage slider has a problem with a custom css that a few days ago had no problem. As u can see the gradient of the captions is not applied to the whole area of the slider but a bit righter. Here is my site:
    http://gym-vasil.lef.sch.gr
    And the custom css:

    #bootstrap-slider .carousel-caption { background: rgba(0, 0, 0, 0.3); }
    #bootstrap-slider .carousel-caption h2
    { background: rgba(0, 0, 0, 0.5); border-radius: 0px 0px 0 0; text-align:center;}
    #bootstrap-slider .carousel-caption p { background: rgba(0, 0, 0, 0.4); text-align:center; }
    #bootstrap-slider .carousel-caption
    { bottom: 0; left: 0px; right: 0%; padding-bottom: 10px; border-radius: 0px;}
    #bootstrap-slider a.button {float: right; margin-right:30px; margin-bottom: 20px; }

    If anyone can help me it would be great!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    There is a margin left on the layout, not sure if it’s theme generated or from your own custom css code.

    Use the following in Theme Options -> Custom CSS to try and override it.

    #bootstrap-slider .layout-left {
    margin-left: 0 !important;
    }

    Thank you.

    Thread Starter nickpapag

    (@nickpapag)

    Once again Denzel is “The key”. Many many thanks!!!!

    You are welcome!
    Thank you very much for your compliment!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help for bootstrap’ is closed to new replies.