using GCK-pro
In the Virtuemart module on this page there are 3 rows of products. In the first one the prices are centered (like we want them to), but on the second and third row the prices are aligned to the left.
using my minimum knowledge of CSS I tried to figure out where this is comming from using Chrome dev-tools, but unfortunatly I cannot find the source of this.
Does anybody know how I can get the prices centered througout the entire module?

    jborgman
    Hi
    Add this code in custom.css file

    .product-container .product-price {   float: none;}

      Ninja
      Thanks (again)!
      I really appreciate your help, but hate to bother you for these minor issues. Is there anyway I can find out which setting I need to change in cases like this?
      I am looking at Chromes DEV tools -> inspect element. But I cannot find out how to find the the right CSS referer to override.

        jborgman
        Hi
        There are different style used for the other rows, using inspect element i just tried different style and it worked.

        Write a Reply...
        You need to Login to view replies.