content modules - carousel problem

  • Posts: 82819
  • Thank you received: 13366
  • MODERATOR
12 years 3 months ago #59509

That comes from your template's CSS.

You have that CSS in your template:
ul ul {
margin-left: 25px;
padding: 5px 0;
}

That forces the margin of the uls of the carousel and makes it go on two lines.
Either remove it from your template's CSS, or override it like with some additional CSS:
ul ul {
margin-left: 0px !important;
}

And that will solve the problem.

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

  • Posts: 14
  • Thank you received: 0
12 years 3 months ago #59644

Thank you for finding that out.

Would you know which CSS file, that I need to edit?

Thanks.

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

  • Posts: 82819
  • Thank you received: 13366
  • MODERATOR
12 years 3 months ago #59689

No. The CSS is compressed by your template. So it's impossible to know from which file that comes.

However, you could add the override code in the front end CSS of HikaShop via the Display tab of the configuration.
That should work too.

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

  • Posts: 14
  • Thank you received: 0
12 years 3 months ago #60174

Hi,

Thank you. I have try to add the override code via the Display tab.

However, any suggestion which front-end CSS of Hikashop should I add to?

And where about with the CSS should I paste that override code.

Thanks.

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

  • Posts: 82819
  • Thank you received: 13366
  • MODERATOR
12 years 3 months ago #60235

Hi,

You can just click on the edit button of the front end CSS option. There is no need to change the selection.
You can add your CSS at the beginning or at the end of the file.

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

  • Posts: 14
  • Thank you received: 0
12 years 3 months ago #60242

thank you thank you.

You guys are great.

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

Time to create page: 0.067 seconds
Powered by Kunena Forum