I have a main category and few subcategories inside that category.
Category Browse Page is set to "categories" so when someone clicks on Main category it takes him to the list of all subcategories.
Now, my whole template has Image first then Category/Product title under the image.
But when I open this page - main category > list of subcategories - The title is above the image.
This is the code that affects the title position, I'm not sure how the image link got inside the h2 tag, It shouldn't be like this, but it is:
<div class="spacer">
<h2>
<a href="/index.php/shop/products/flowers" title="Flowers">
Flowers <br />
<img src="/images/stories/virtuemart/category/resized/category_flowers_300x300.jpg" alt="category_flowers" /> </a>
</h2>
</div>
Which file do I need to change in order to fix this code I'm having problem with?
Did I find the right code snippet? What should I change it to exactly and where can I find it? Thank you in advance.
Hmm - no versions, no mention of what if any templates your using, no live url......