Hello 8Theme,
still creating my first eshop with this amazing theme and so far so good… 🙂
Anyway need a bit help:
1. Important issue with the product gallery. I want to have the thumbnails bottom. This type is properly selected in the Product Image, but after saved changes, clear all caches, the thumbnails are still inside of the main image. What I do wrongly?
2. Would be possible to somehow break the line for the “clear” button for the variation product? I can see in the Google Chrome Developer Console that the “clear” button is written like this:
<a class="reset_variations" href="#" style="visibility: visible;">Clear</a>
and if i just put a line break in front of it, the result is perfect (just a bit css tweaking but I can manage), so the result should look like this:
<br><a class="reset_variations" href="#" style="visibility: visible;">Clear</a>
Problem is that I have no idea where to put the (br)?
3. If would be possible to break to the next line also the label of the variation that would be perfect, but here i’m lost.
<label for="pa_typ" data-swatch-name="Dřevo">Typ</label>
I would like to have the selected variation on the next line
So the result should look like this:
Typ
Dřevo
Link to the webpage is in the private area together with the temporary admin account.
Thank you a lot for your help, David