#639 Display Position of Items in Stock

Posted in ‘Technical Support / Bugs’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Olivier on Thursday, 15 January 2026 16:33 UTC

graeme colston

Hi Guys

How do I move stock display to below the price? ( please see att)

Olivier

Hello Graeme,

it is easier to help if we can see the page and look at the CSS of the site. Each site can be different.

If the container of the price and 'in stock' is display:flex, then you can ensure this setup follows the 'column' rather than the 'row' direction. Use 'flex-direction: column' in your CSS.

Olivier.

Growing Together

Help us get back to #1 in the Joomla Extension Directory by leaving us a 5-Star review here.

graeme colston

Thanks for the reply, but you answer is way over my head, is it possible to assist me with an example?

Olivier

Ok, thanks for the page link, much easier to see what is going on!

In the template's custom.css file, it was added:

.product-price-container {
    float: left;
}
 
That what is affecting the output.
You have to remove those lines.

Olivier.

Growing Together

Help us get back to #1 in the Joomla Extension Directory by leaving us a 5-Star review here.

Stay Updated

Subscribe for free and be the first to know about the latest features, updates, and new additions.