Mutual product price info

Hi!

I know this is kind of custom CSS but I really need your help.

The price info of my mutual products on my single product page is not displayed right.

It should look like on my shop page:

it would be ok also if I just deactivate somehow my entry wrap for mutual products (so just the title appears), because apparently the price info is the problem

I know the column is only on width: 35px. i need it on 100px but just for the mutual products. (only with @media min. 800px because on mobile it looks fine.

Check out on this page:

Any ideas? Thx in advance,

best regards Nik

Hi Nik,

I check that page and it seems you have removed the mutual products area. Do you mind putting it back so we can check which class to target for the css code.

For the mean time you can try adding this code in Theme Options > CSS

.single-product ul.products .preisdi .preis,
.single-product ul.products .preisdi .preisna {
   text-align:center;
   background:transparent;
   padding:5px 0;
}

Hope that helps

thx it worked!! :slight_smile:
One more question:
Google says that there is a conflict with my rev slider, but it seems fine on all devices. Do I have to fix anything?

Hello Nikolaus,

Thanks for updating the thread. :slight_smile:

Please take a look at following tutorial:

https://tomasz-dobrzynski.com/tips/how-to-move-wordpress-scripts-to-bottom-using-w3-total-cache

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.