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.

gap between photo and text in uncut template

  • Emil Bohach
  • Emil Bohach's Avatar Topic Author
  • Offline
  • New Member
More
13 years 2 weeks ago - 13 years 2 weeks ago #44138 by Emil Bohach
We are running Joomla 1.5.24 and are in the process of upgrading FPSS to 3.0.3 from FPSS 2.0
The sidebar is wider than the text. On our site with Ver. 2.0 this gap doesn't appear.
How to eliminate the gap.
Template in both cases is uncut and values are the same, slideshow viewport width is 385. height is 348 and sidebar width is 185.  Word limit for slide text is 30.

++++++++
ALSO I keep trying to attach an image of the problem but keep getting this message:
The upload folder is full. Please try a smaller file and/or contact an administrator.

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

More
13 years 2 weeks ago #44139 by Katia
A link to your slideshow please...

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

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

  • Emil Bohach
  • Emil Bohach's Avatar Topic Author
  • Offline
  • New Member
More
13 years 2 weeks ago #44140 by Emil Bohach

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

More
13 years 2 weeks ago #44141 by Katia
This is a css conflict with your template.
Just go to modules/mod_fpss/tmpl/Uncut/css/template.css.php file at line 36 and change this:
.fpss-template-uncut .navigation li {
    background: url("../images/nav.gif") repeat-x scroll center bottom #141414;
    border-bottom: 1px solid #333333;
    height: 56px;
    z-index: 7;
}
to this:
.fpss-template-uncut .navigation li {
    background: url("../images/nav.gif") repeat-x scroll center bottom #141414;
    border-bottom: 1px solid #333333;
    height: 56px;
     z-index: 7;
     margin: 0 !important;
}

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

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

  • Emil Bohach
  • Emil Bohach's Avatar Topic Author
  • Offline
  • New Member
More
13 years 2 weeks ago #44142 by Emil Bohach
Replied by Emil Bohach on topic Re: gap between photo and text in uncut template
That appeared to fix that problem, but your instructions are OFF I had to change the line at 54

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


Powered by Kunena Forum