I am using PrestaShop 1.6.0.14 and I would like to move the subcategory image from the middle to the right.
in category.css file I added background-position code
.content_scene_cat .content_scene_cat_bg {
padding: 18px 10px 10px 12px;
background-color: #464646 !important;
background...