Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[SOLVED] CSS conflict - Slideshow version 3.0.3 / Sleek template

  • cedric henry
  • cedric henry's Avatar Topic Author
  • Offline
  • New Member
More
13 years 6 days ago - 13 years 6 days ago #44442 by cedric henry
Hello

Sorry for my english i m french  :D :D

I have a problem with CSS thumbnails // Sleek Template.

I can't fix the Problem  :-\

Page test: www.pure-glisse.fr/fixe/page-test

Thanks very much

Cédric

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

More
13 years 6 days ago #44443 by Katia
Go to modules/mod_fpss/tmpl/Sleek/css/template.css.php and change this:

.fpss-template-sleek .navigation-wrapper .navigation .navigation-button {
    float: left;
    margin: 0 2px;
    position: relative;
    z-index: 7;

to this:


.fpss-template-sleek .navigation-wrapper .navigation .navigation-button {
    float: left;
    margin: 0 2px !important;
    padding: 0 !important;
position: relative;
    z-index: 7;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • cedric henry
  • cedric henry's Avatar Topic Author
  • Offline
  • New Member
More
13 years 6 days ago #44444 by cedric henry
Thanks Katia

Thumbnails is ok but I have another problem with the background

Thanks

Cédric

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

More
13 years 6 days ago #44445 by Katia
This is caused by the  styling in your css template at this element (margin-bottom, overflow, padding-left):

.ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {
    background: url("../plugins/system/jat3/base-themes/default/images/bullet.gif") no-repeat scroll 20px 7px transparent;
    line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 30px;

}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • cedric henry
  • cedric henry's Avatar Topic Author
  • Offline
  • New Member
More
13 years 6 days ago #44446 by cedric henry
Thanks

I choose another position for the module .

It's perfect

thank very much

Cédric

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


Powered by Kunena Forum