clonemental

Permalink
I am trying and failing to align text to the right in default elemental theme with the clonemental theme..
specifically alight the right from right to left in the image_slider block.

 
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
The image slider has it own css file that sets the text position like this...
.ccm-image-slider-text {
    position: absolute;
    width: 45%;
    left: 0;
    top: 10%;
}

Try it like this
.ccm-image-slider-text {
    position: absolute;
    width: 45%;
    right: 0;
    top: 10%;
}

In concrete/blocks/image_slider/view.css