News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Move product title and product details below the thumbnail

Started by Sniegu, September 04, 2014, 15:30:27 PM

Previous topic - Next topic

Sniegu

Here's the site - http://ammaris.pl/index.php/en/naszyjniki-produkty

I tried to put the product titles and product details button under the thumbnail, but not knowing a lot about CSS I cannot find that setting. Please help :)

jenkinhill

Looks like you are using template overrides, so maybe edit the override template - {yourJoomlatemplate]/html/com_virtuemart/category/default.php  - or try using Firebug to learn is css could be used.  Or ask the template supplier -  http://forum.virtuemart.net/index.php?topic=108212.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Sniegu

Template overrides are not being used. I managed to get Product Details below, but can't manage the product titles.

GJC Web Design

.floatright, span.floatright {
  clear: both;
  float: none;
}
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Sniegu

Thank you for the code, but, as I said, I don't have much CSS expertise - please tell me where to put the code.

GJC Web Design

css works any where .. as long as a subsequent rule doesn't over write it

so suck and see -

if over written just add

.floatright, span.floatright {
  clear: both !important;
  float: none;
}
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation