Okay
  Public Ticket #1459499
Align the box (slader)
Closed

Comments

  • Tomas started the conversation

    Hey guys, I would like to align this box (with the content) to the center of slider (the attachement). I tried to find the css code but without success.

    Any tips?

  •   Ocean replied privately
  • Tomas replied

    Hey, thanks for that.

    Last thing about that. It's neccesary to disable white rectangle below the slider text.
    I have tried set up box-shadow, web-kit and backgroud-color to "none" (class .slider-caption) and nothing changed.

    Any tips?

  •  2,009
    Ocean replied

    Hi,

    you can add css to disable background color

    .slider-caption {

    background-color: transparent;

    }