Hi,
I've problems with the length of module. You can see here: http://www.andana.net
The titles occupy 3 lines, and this makes a white gap to appear.
How can i solve?
Thanks,
Ricard
Cyberek wrote:It is caused by different header length. If text is longer it occupies more space (breaks the line), so all elements go down. How would you like it to look like? Could you create a sample screenshot?
Cyberek wrote:But here all product names are short and fit in 1 line - please create a mockup with long product names like on your site.
.nspArt div.nspInfo {display: none;}
.nspArt h4.nspHeader a {font-size: 16px; color: #333; font-weight: bold;}
Cyberek wrote:Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
- Code: Select all
.nspArt div.nspInfo {display: none;}
.nspArt h4.nspHeader a {font-size: 16px; color: #333; font-weight: bold;}
Adjust font-size and color to your liking.
Remember to enable "CSS override" in template settings - advanced section.