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] FPSS slides are off by a few pixels

  • Angelo Matra
  • Angelo Matra's Avatar Topic Author
  • Offline
  • New Member
More
12 years 6 months ago - 12 years 6 months ago #48076 by Angelo Matra
[Solved] FPSS slides are off by a few pixels was created by Angelo Matra
Hey all,

I have fpss running on my Joomla site. It acts as a small slideshow component that I load into an article. I float it to the right using div's. Anyway I have messed with the code for the template Sleek. I can confidently move around the navigation bars but I cannot for the life of my fix this border that appears.

You can see it here: 174.121.36.165/~tgagenet/index.php/strains/94-ace-of-spades
Attachments:

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

More
12 years 6 months ago #48077 by Katia
Replied by Katia on topic Re: FPSS slides are off by a few pixels
This is a css conflict with your template.
Just add: padding: 0 !important; in this element

.fpss-template-sleek img {
    border: medium none !important;
    padding: 0 !important;
}

at FPSS modules/mod_fpss/tmpl/Sleek/css/template.css.php file

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

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

  • Angelo Matra
  • Angelo Matra's Avatar Topic Author
  • Offline
  • New Member
More
12 years 6 months ago #48078 by Angelo Matra
Replied by Angelo Matra on topic Re: FPSS slides are off by a few pixels
I would never had been able to figure out.  ;D Thanks, worked perfectly
Pete

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

More
12 years 6 months ago #48079 by Katia
Replied by Katia on topic Re: FPSS slides are off by a few pixels
;)

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

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


Powered by Kunena Forum