Line Spacing in module

  • Posts: 32
  • Thank you received: 1
11 years 9 months ago #85707

Hi could someone tell me how i would reduce the line spacing between the price and title and the two lines in a long title in the top righthand module of the page below

66.147.244.93/~therebe5/joomla1/gk_resta...kstart_J25/index.php

any help appreciated

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

  • Posts: 26152
  • Thank you received: 4027
  • MODERATOR
11 years 9 months ago #85721

Hi,

You need to modify/custom your HikaShop CSS file.
www.hikashop.com/en/support/documentation/faq.html#css

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 32
  • Thank you received: 1
11 years 9 months ago #85728

Thanks for your reply.

Will editing the css here not change the layout in all modules. i was looking to just change it in one module. is this possible?

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

  • Posts: 82796
  • Thank you received: 13357
  • MODERATOR
11 years 9 months ago #85753

It depends on how you write your CSS.
For example, that CSS code will change the color of the prices everywhere to blue:
.hikashop_subcontainer{ background-color: blue !important; }

If on the other end, you use that CSS, it will only change the color of the prices for the module with the id 122 :
#hikashop_category_information_module_122 .hikashop_subcontainer{ background-color: blue !important; }

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

Time to create page: 0.059 seconds
Powered by Kunena Forum