Hi, is it possible to represent ja_sidenews horizontally? Now it is shown below each other. See image. We use onepage template.
Thank you
maisfeld Hi,
You can use this custom CSS:
.ja-sidenews { float: left; }
add to file: root/templates/ja_onepage/css/custom.css (Create this file if it doesn't exist).
saguaros Thanks, it works.