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.

Images not centered properly

  • DianeB
  • DianeB's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago #42914 by DianeB
Images not centered properly was created by DianeB
Hi,
I have set the FPSS module parameters to slideshow width 300 and slideshow height 380.
I have resized my images to be within 300x380 but when I create slides for some reason some images are not centered correctly? Can you please help with this?
Here is a link to the site stevelovett.co.nz
Thanks for your help
-D

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

More
12 years 7 months ago #42915 by Lefteris
Replied by Lefteris on topic Re: Images not centered properly
Hi. I do not see any issues in your site. The images are being re-sized by width, so if you try to fit a landscape image in a portrait view-port you may have blank space.

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

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

More
12 years 7 months ago #42916 by Scott Bennett
Replied by Scott Bennett on topic Re: Images not centered properly
I have a similar issue. I have the slideshow on my frontpage as slideshow header. regardless of what style of show I choose, the slideshow is indented to the right by approx 20 pixels. This of course, makes the site look slightly "lopsided". All are slides are exactly 1024 pixel wide.

Any suggetsions?

Thanks

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

More
12 years 7 months ago #42917 by JoomlaWorks
Replied by JoomlaWorks on topic Re: Images not centered properly
URL to your site?

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

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

More
12 years 7 months ago #42918 by Scott Bennett
Replied by Scott Bennett on topic Re: Images not centered properly
oops - sorry.. newbie here. URL is www.herecomputers.com

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

More
12 years 7 months ago #42919 by Katia
Replied by Katia on topic Re: Images not centered properly
Could you please be more specific? As far as I can see there is no problem in images centering...

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

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

More
12 years 7 months ago #42920 by Scott Bennett
Replied by Scott Bennett on topic Re: Images not centered properly
At the top of the page, I have the Slideshow changing the picture w/logo every 15 seconds. The frame of the slideshow is approx 20 pixels indented to the right in relation to the page below the header. I am trying to get the frame to be centered on the header. Essentially, I want to move the frame to the left by about 20 Pixels.

Thanks

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

More
12 years 7 months ago - 12 years 7 months ago #42921 by Katia
Replied by Katia on topic Re: Images not centered properly
First of all reduce the slideshow width to 1022px from 1024px which is now via the FPSS module parameters.
Then go  modules/mod_fpss/tmpl/Sleek/css/template.css.php at line 10
and change this:
#fpssContainer79.fpss-template-sleek {
    border: 2px solid #CCCCCC;
    font-family: Tahoma,Arial,sans-serif;
    height: 215px;
    margin: 4px auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1024px;
}
to this:
#fpssContainer79.fpss-template-sleek {
    border: 2px solid #CCCCCC;
    font-family: Tahoma,Arial,sans-serif;
    height: 215px;
    margin: 4px 0 4px -2px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1022px;
}

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

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

More
12 years 7 months ago #42922 by Scott Bennett
Replied by Scott Bennett on topic Re: Images not centered properly
Thank you for your assistance. Unfortunately, I am such a newbie  - would you be so kind as to tell me where I find the code that I need to edit? I have looked through the com_fpss folder, looked at each file (using my cpanel code editor) and I am unable to find the area that I need to edit - perhaps I'm looking in the wrong spot?

Thank-You

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

More
12 years 7 months ago #42923 by Katia
Replied by Katia on topic Re: Images not centered properly
Go to modules/mod_fpss/tmpl/Sleek/css/template.css.php to line 10 and make the above changes...

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