WebSite X5Help Center

 
Sinisa B.
Sinisa B.
User

For wsx5 Gurus...  en

Author: Sinisa B.
Visited 826, Followers 1, Shared 0  

Since Incomedia policy does not permits coding intervention in their own code - I must ask WSX5 gurus for help: 

IN THE ORDER PROCESS -> SHIPPING INFO and PAYMENT info

In the case of having 3-4 (or more) rows of text in the description (which is often) - it becomes obvious that the Shipping & Payment ICON is NOT ALIGNED IN THE MIDDLE OF THE TABLE (see below)!



Same icon issue could be seen in the PAYMENT table.

----------------------

Could this be fixed with CSS coding and how?

Thank you in advance!

Posted on the
6 ANSWERS - 1 USEFUL - 1 CORRECT
Axel  
Axel  
User

Doable by CSS

before

after

Read more
Posted on the from Axel  
Sinisa B.
Sinisa B.
User
Author

Cheers, Axel!

Those PHP pages are part of the shopping-cart process - on what page (what document) I need to change/insert CSS?

Since I'm not working with WSX5 anymore - I'm a bit "rusty" in that regard ... 

Read more
Posted on the from Sinisa B.
Sinisa B.
Sinisa B.
User
Author

Anyone else willing to share the code to fix this?

Thankful in advance!

Read more
Posted on the from Sinisa B.
Axel  
Axel  
User

Hello Sinisa,

You need to find the name of your element and to add this one into your CSS code into global parameters of your project tongue-out

align-self:center;

Enjoy!
Axel

Read more
Posted on the from Axel  
Sinisa B.
Sinisa B.
User
Author

Axel,

OK - thank you very much!

Read more
Posted on the from Sinisa B.
Sinisa B.
Sinisa B.
User
Author

Here is the solution for aligning icons in the SHIPPING & PAYMENT section:
(strangely, I could not get this answer from Incomedia)

You should put this code in the STATISTICS & CODE >> CODE (Before closing of the HEAD tag):

******

<style>


.ship-pay-image-cont {
align-self: center;}

</style>

******
Incomedia, well - I don't know what to say...

Axel, thank you again for your help!

Read more
Posted on the from Sinisa B.