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

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.