11/11/2014 at 12:01 pm
#309664
Keymaster
@ Olivier
Follow the instructions for creating a custom CSS override file. Add the folowing CSS to it:
#cn-cmap .cn-left {
float: right;
max-width: 100%;
width: auto;
}
#cn-cmap .cn-right {
text-align: left;
}
That’ll do the swap for you.
Hope that helps!
