Jump to content

[Solved] Product Customisation blocks not aligned


Recommended Posts

The html for that section makes the alignment basically impossible (if you want labels on the same line). You can add a span.someclass around the names in the tpl files, then target the class in the css adding a fixed width with display:inline-block.

 

OR

 

You can send boxes to a new line with

 

.customization_block_input {display:block;}

 

 

Always in the css (i suggest product.css)

Link to comment
Share on other sites

Thank, Nemo1 - I will have a look and see what I can do.

 

It works with the block underneath the text, which is fine - looks much better!

 

Now where will I find the wording that is inside the block: Product Customization and Texts?

 

Found everything I was looking for - thanks!

Edited by touchdez (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...