I’m using this extension on a non JA template. Using the extension from the Quartz template. It displays horizontal in the quartz template but when I install it in another template it displays vertical.
Here is the CSS file unchanged:
.ja-catslwi {
position: relative;
margin: 0;
padding: 0;
}
.ja-catslwi-container {
width: 100%;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
}
.ja-catslwi-text {
position:relative;
height: 0;
overflow: hidden;
}
.ja-catslwi-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.ja-catslwi-display {
position: absolute;
top: 0;
left: 10px;
width: 89%;
What can I do to make it horizontal. Do you need the url?