Changing aligment label of custom fields

  • Posts: 15
  • Thank you received: 0
10 years 7 months ago #189594

-- url of the page with the problem -- : 2015.borduurstudio-deventer.nl/gastendoe...uct/1-gastendoek-wit
-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3
-- PHP version -- : 5.0
-- Browser(s) name and version -- : Chrome + FF

Hello,

I'm having trouble with the aligment of labels.
On the product view are 2 custom fields added. But the aligment of those label are too low looking to the input boxes.

Lesser characters on label doesnt help. Removing right menu's doesnt help either.

How can i adjust this?

Greets,
Moniek

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
10 years 7 months ago #189633

Hi,

It's due to a property in your template's style.css. Actually, it affects a lot of classes, also leading to alignment oddities elsewhere, obviously.

Anyway, here is some custom CSS to correct it for the custom item fields as per your request:

.hikashop_product_custom_item_info td.key {
  vertical-align: top;
}

For more on this or similar issues you should ask your template provider, as - again - it's the template's CSS, and general CSS/frontend design issues should be handled by them.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
The following user(s) said Thank You: A. van de Kamp

Please Log in or Create an account to join the conversation.

  • Posts: 15
  • Thank you received: 0
10 years 7 months ago #189641

Thank you! That code help very much!

Please Log in or Create an account to join the conversation.

Time to create page: 0.072 seconds
Powered by Kunena Forum