- Posts: 4
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- [Solved] Alignment problem with extension
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.
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] Alignment problem with extension
- Jarkko Muhonen
- Topic Author
- Offline
- New Member
Less
More
12 years 9 months ago - 12 years 9 months ago #46315
by Jarkko Muhonen
[Solved] Alignment problem with extension was created by Jarkko Muhonen
Hello,
I have problem to align texts in FS-component. Article has aligned to the left, but in component all texts are justified. It's same with all browsers.
www.phvetikko.com/
Thank's in advance,
Jarkko
I have problem to align texts in FS-component. Article has aligned to the left, but in component all texts are justified. It's same with all browsers.
www.phvetikko.com/
Thank's in advance,
Jarkko
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 9 months ago #46316
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Alignment problem with extension
Are you referring to grey gap between the slides and the navigation bar?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Jarkko Muhonen
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
12 years 9 months ago #46317
by Jarkko Muhonen
Replied by Jarkko Muhonen on topic Re: Alignment problem with extension
I mean all texts are justified to both sides of the row. There are many spaces between words because for some reason alignment to left does not work.
- Jarkko
- Jarkko
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 9 months ago #46318
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Alignment problem with extension
Set the Word limit for introtext in FPSS module to 0 please, cause when this option is enabled all the html tags are stripped out.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Jarkko Muhonen
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
12 years 9 months ago #46319
by Jarkko Muhonen
Replied by Jarkko Muhonen on topic Re: Alignment problem with extension
Thank you,
It helped a little bit. The problem is still on the right side of the component and also in the title on the left side.
Kind regards,
Jarkko
It helped a little bit. The problem is still on the right side of the component and also in the title on the left side.
Kind regards,
Jarkko
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 9 months ago #46320
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Alignment problem with extension
This is a css conflict with your template css from this element styling:
#art-main, table {
font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-align: justify;
}
So go to modules/mod_fpss/tmpl/Movies/css/template.css.php
and add text-align: left !important; in this element:
.fpss-template-movies .slidetext h1, .fpss-template-movies .slidetext h1 a {
color: #FFFFFF;
font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
font-size: 28px;
line-height: 120%;
margin: 0;
text-align: left !important;
}
#art-main, table {
font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-align: justify;
}
So go to modules/mod_fpss/tmpl/Movies/css/template.css.php
and add text-align: left !important; in this element:
.fpss-template-movies .slidetext h1, .fpss-template-movies .slidetext h1 a {
color: #FFFFFF;
font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
font-size: 28px;
line-height: 120%;
margin: 0;
text-align: left !important;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Jarkko Muhonen
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
12 years 9 months ago #46321
by Jarkko Muhonen
Replied by Jarkko Muhonen on topic Re: Alignment problem with extension
Thank you!
Your advice helped with the title..
I also changed next line:
.fpss-template-movies .navigation {list-style:none;margin:0;padding:0;text-align: left !important;}
So everything works now!
Regards,
Jarkko
Your advice helped with the title..
I also changed next line:
.fpss-template-movies .navigation {list-style:none;margin:0;padding:0;text-align: left !important;}
So everything works now!
Regards,
Jarkko
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- [Solved] Alignment problem with extension